[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail043.stderr
1  
2 tcfail043.hs:16:
3     Ambiguous occurrence `and'
4     It could refer to: and: defined at tcfail043.hs:42
5                        PrelList.and: imported from Prelude at tcfail043.hs:16
6  
7 tcfail043.hs:16:
8     Ambiguous occurrence `null'
9     It could refer to: null: defined at tcfail043.hs:57
10                        PrelList.null: imported from Prelude at tcfail043.hs:16
11  
12 tcfail043.hs:24:
13     Ambiguous occurrence `null'
14     It could refer to: null: defined at tcfail043.hs:57
15                        PrelList.null: imported from Prelude at tcfail043.hs:16
16  
17 tcfail043.hs:24:
18     Ambiguous occurrence `null'
19     It could refer to: null: defined at tcfail043.hs:57
20                        PrelList.null: imported from Prelude at tcfail043.hs:16
21  
22 tcfail043.hs:26:
23     Ambiguous occurrence `null'
24     It could refer to: null: defined at tcfail043.hs:57
25                        PrelList.null: imported from Prelude at tcfail043.hs:16
26  
27 tcfail043.hs:26:
28     Ambiguous occurrence `and'
29     It could refer to: and: defined at tcfail043.hs:42
30                        PrelList.and: imported from Prelude at tcfail043.hs:16
31  
32 tcfail043.hs:41:
33     Ambiguous occurrence `and'
34     It could refer to: and: defined at tcfail043.hs:42
35                        PrelList.and: imported from Prelude at tcfail043.hs:16
36  
37 tcfail043.hs:42:
38     Ambiguous occurrence `and'
39     It could refer to: and: defined at tcfail043.hs:42
40                        PrelList.and: imported from Prelude at tcfail043.hs:16
41  
42 tcfail043.hs:56:
43     Ambiguous occurrence `null'
44     It could refer to: null: defined at tcfail043.hs:57
45                        PrelList.null: imported from Prelude at tcfail043.hs:16
46  
47 tcfail043.hs:57:
48     Ambiguous occurrence `null'
49     It could refer to: null: defined at tcfail043.hs:57
50                        PrelList.null: imported from Prelude at tcfail043.hs:16
51
52
53 Compilation had errors
54