You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`GShow t` is isomorphic to `forall a. Show (t a)`, but we don't need the
quantified constraint to write a function to be used to define the
method.
The more specific type should make a nicer error if one didn't derive
the necessary polymorphic `Show` instance.
0 commit comments