[project @ 1999-06-14 09:31:16 by simonpj]
authorsimonpj <unknown>
Mon, 14 Jun 1999 09:31:16 +0000 (09:31 +0000)
committersimonpj <unknown>
Mon, 14 Jun 1999 09:31:16 +0000 (09:31 +0000)
Add tcfail082.stderr

ghc/tests/typecheck/should_fail/tcfail082.stderr [new file with mode: 0644]

diff --git a/ghc/tests/typecheck/should_fail/tcfail082.stderr b/ghc/tests/typecheck/should_fail/tcfail082.stderr
new file mode 100644 (file)
index 0000000..df3b474
--- /dev/null
@@ -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
+