[project @ 1999-02-09 10:12:24 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail043.stderr
1
2 tcfail043.hs:24:
3     Ambiguous occurrence `null'
4     It could refer to either `null', defined at tcfail043.hs:57
5                           or `Prelude.null', imported from Prelude at tcfail043.hs:16
6
7 tcfail043.hs:24:
8     Ambiguous occurrence `null'
9     It could refer to either `null', defined at tcfail043.hs:57
10                           or `Prelude.null', imported from Prelude at tcfail043.hs:16
11
12 tcfail043.hs:26:
13     Ambiguous occurrence `null'
14     It could refer to either `null', defined at tcfail043.hs:57
15                           or `Prelude.null', imported from Prelude at tcfail043.hs:16
16
17 tcfail043.hs:26:
18     Ambiguous occurrence `and'
19     It could refer to either `and', defined at tcfail043.hs:42
20                           or `Prelude.and', imported from Prelude at tcfail043.hs:16
21
22 tcfail043.hs:41:
23     Ambiguous occurrence `and'
24     It could refer to either `and', defined at tcfail043.hs:42
25                           or `Prelude.and', imported from Prelude at tcfail043.hs:16
26
27 tcfail043.hs:56:
28     Ambiguous occurrence `null'
29     It could refer to either `null', defined at tcfail043.hs:57
30                           or `Prelude.null', imported from Prelude at tcfail043.hs:16
31
32
33
34 Compilation had errors
35