summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T2310.stderr
blob: 807a574f75f36a981df942e68358ceaf24623086 (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)