From: simonpj Date: Mon, 14 Jun 1999 09:31:16 +0000 (+0000) Subject: [project @ 1999-06-14 09:31:16 by simonpj] X-Git-Tag: Approximately_9120_patches~6130 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=acd93db14d2eea70057b27bc0a26c1db43e8fdbb;p=ghc-hetmet.git [project @ 1999-06-14 09:31:16 by simonpj] Add tcfail082.stderr --- diff --git a/ghc/tests/typecheck/should_fail/tcfail082.stderr b/ghc/tests/typecheck/should_fail/tcfail082.stderr new file mode 100644 index 0000000..df3b474 --- /dev/null +++ b/ghc/tests/typecheck/should_fail/tcfail082.stderr @@ -0,0 +1,12 @@ + +tcfail082.hs:1: + Duplicate or overlapping instance declarations + for `Read FooData' + imported from module `Inst82_1' and imported from module `Inst82_2' + +tcfail082.hs:8: + No instance for `Show FooData' + arising from use of `print' at tcfail082.hs:8 + +Compilation had errors +