[project @ 2000-08-17 11:24:49 by rrt]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail023.stderr
1
2 tcfail023.hs:1:
3     Duplicate or overlapping instance declarations
4         for `A B' defined at tcfail023.hs:13 and defined at tcfail023.hs:10
5
6 tcfail023.hs:11:
7     Couldn't match `B' against `Bool'
8         Expected type: B
9         Inferred type: Bool
10     In the right-hand side of an equation for `op': True
11
12 tcfail023.hs:14:
13     Couldn't match `B' against `Bool'
14         Expected type: B
15         Inferred type: Bool
16     In the right-hand side of an equation for `op': True
17
18 Compilation had errors
19