summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T9177.stderr
blob: 624034053f8baf5343904b8287d73862c9c02082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

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

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

T9177.hs:9:8:
    Not in scope: ‘bar’
    Perhaps you meant data constructor ‘Bar’ (line 16)

T9177.hs:10:8:
    Not in scope: data constructor ‘Fun’
    Perhaps you meant variable ‘fun’ (line 17)

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