I have a typeclass MyClass, and there is a function in it which produces a String. I want to use this to imply an instance of Show, s
MyClass
String
Show
You may find some interesting answers in a related SO question: Linking/Combining Type Classes in Haskell