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

T3592.hs:8:5: error:
    • No instance for (Show a) arising from a use of ‘show’
      Possible fix:
        add (Show a) to the context of
          the type signature for:
            f :: forall a. T a -> String
    • In the expression: show
      In an equation for ‘f’: f = show

T3592.hs:11:7: error:
    • 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 :: forall a. T a -> String
    • In the expression: show x
      In an equation for ‘g’: g x = show x