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

T3592.hs:8:5:
    No instance for (Show (T a)) arising from a use of `show'
    Possible fix: add an instance declaration for (Show (T a))
    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