summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_fail/T2310.stderr
blob: 6500eef1fc34566ab3ae0bef903c15d9fb0639cc (plain)
1
2
3
4
5
6
7
8
9
10

T2310.hs:5:22:
    Illegal result type signature `a'
      Result signatures are no longer supported in pattern matches
    In a lambda abstraction: \ x :: a -> (x :: a)

T2310.hs:5:39:
    Not in scope: `co'
    Perhaps you meant one of these:
      `c' (line 5), `cos' (imported from Prelude)