summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T3592.stderr
blob: a7f0f28b16792622d585465abfdd14c50f1797e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

T3592.hs:8:5:
    No instance for (Show (T a)) arising from a use of ‘show’
    In the expression: show
    In an equation for ‘f’: f = show

T3592.hs:11:7:
    No instance for (Show a) arising from a use of ‘show’
    Possible fix:
      add (Show a) to the context of
        the type signature for g :: T a -> String
    In the expression: show x
    In an equation for ‘g’: g x = show x