summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T9177.stderr
blob: 421a600b3cd1bc5fa23b007c45cc4857c6146664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

T9177.hs:4:13: error:
    Not in scope: type variable ‘int’
    Perhaps you meant type constructor or class ‘Int’ (imported from Prelude)

T9177.hs:7:14: error:
    Not in scope: type variable ‘integerr’
    Perhaps you meant type constructor or class ‘Integer’ (imported from Prelude)

T9177.hs:16:6: error:
    Not in scope: data constructor ‘Fun’
    Perhaps you meant variable ‘fun’ (line 20)