[project @ 1999-01-23 17:57:35 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail037.stderr
1  
2 tcfail037.hs:3:
3     Ambiguous occurrence `+'
4     It could refer to: +: defined at tcfail037.hs:10
5                        PrelBase.+: imported from Prelude at tcfail037.hs:3
6  
7 tcfail037.hs:7:
8     Ambiguous occurrence `+'
9     It could refer to: +: defined at tcfail037.hs:10
10                        PrelBase.+: imported from Prelude at tcfail037.hs:3
11  
12 tcfail037.hs:10:
13     Ambiguous occurrence `+'
14     It could refer to: +: defined at tcfail037.hs:10
15                        PrelBase.+: imported from Prelude at tcfail037.hs:3
16
17
18 Compilation had errors
19