[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail023.stderr
1  
2 "tcfail023.hs", line 8: Duplicate/overlapping instances:
3     class "A", type "B"; at "tcfail023.hs", line 8 and "tcfail023.hs", line 11
4  
5 "tcfail023.hs", line 11:
6     Couldn't match type "Bool" against "B".
7     Inside a function binding:
8         op ... C = True
9 Fail: Compilation errors found
10
11 ghc: execution of the Haskell compiler had trouble