[project @ 1999-12-29 14:46:29 by simonpj]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail082.stderr
1
2 tcfail082.hs:1:
3     Duplicate or overlapping instance declarations
4         for `Read FooData'
5             imported from module `Inst82_1' and imported from module `Inst82_2'
6
7 tcfail082.hs:8:
8     No instance for `Show FooData'
9     arising from use of `print' at tcfail082.hs:8
10     In the right-hand side of a pattern binding:
11         print ((read "FooData") :: FooData)
12
13 Compilation had errors
14