52dd9fafcb4ce035d1de0cba10fbc6a90d8c5ea0
[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