[project @ 1997-07-31 00:05:10 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail023.stderr
diff --git a/ghc/compiler/tests/typecheck/should_fail/tcfail023.stderr b/ghc/compiler/tests/typecheck/should_fail/tcfail023.stderr
deleted file mode 100644 (file)
index 1626fb7..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-tcfail023.hs:2: Duplicate or overlapping instance declarations
-    Class `A' type `B'
-       at tcfail023.hs:8 and tcfail023.hs:11
-tcfail023.hs:2: Duplicate or overlapping instance declarations
-    Class `A' type `B'
-       at tcfail023.hs:8 and tcfail023.hs:11
-tcfail023.hs:11: Couldn't match the type
-                    `B' against `PrelBase.Bool'
-    Expected: `B'
-    Inferred: `PrelBase.Bool'
-    In an equation for function `op':
-       `op C       =   PrelBase.True'
-tcfail023.hs:8: Couldn't match the type
-                   `B' against `PrelBase.Bool'
-    Expected: `B'
-    Inferred: `PrelBase.Bool'
-    In an equation for function `op':
-       `op C       =   PrelBase.True'
-tcfail023.hs:2: Module Main must include a definition for `Main.main'
-
-
-Compilation had errors