[project @ 1997-10-03 12:32:01 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail023.stderr
1  
2 tcfail023.hs:2: Duplicate or overlapping instance declarations
3     for `A B' at tcfail023.hs:8 and tcfail023.hs:11
4  
5 tcfail023.hs:2: Duplicate or overlapping instance declarations
6     for `A B' at tcfail023.hs:8 and tcfail023.hs:11
7  
8 tcfail023.hs:2: Duplicate or overlapping instance declarations
9     for `A B' at tcfail023.hs:8 and tcfail023.hs:11
10  
11 tcfail023.hs:11: Couldn't match the type
12                      `PrelBase.Bool' against `B'
13     Expected: `PrelBase.Bool'
14     Inferred: `B'
15     In an equation for function `op': `op C = PrelBase.True'
16  
17 tcfail023.hs:8: Couldn't match the type `PrelBase.Bool' against `B'
18     Expected: `PrelBase.Bool'
19     Inferred: `B'
20     In an equation for function `op': `op C = PrelBase.True'
21  
22 tcfail023.hs:2: Module Main must include a definition for `Main.main'
23
24 Compilation had errors