[project @ 1997-07-31 00:05:10 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail069.stderr
diff --git a/ghc/compiler/tests/typecheck/should_fail/tcfail069.stderr b/ghc/compiler/tests/typecheck/should_fail/tcfail069.stderr
deleted file mode 100644 (file)
index f539eb1..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-tcfail069.hs:21: Couldn't match the type
-                    `PrelBase.[]' against `PrelTup.(,) [PrelBase.Int]'
-    Expected: `[t{-aF1-}]'
-    Inferred: `([PrelBase.Int], [PrelBase.Int])'
-    In a "case" branch:
-       `PrelBase.[]'
-               ->  `IOBase.error
-                        "foo"'
-    In a case expression:
-       `case (list1, (list2)) of
-          PrelBase.[]
-                  ->  IOBase.error
-                          "foo"'
-    In an equation for function `too_much':
-       `too_much ds ((k, m) PrelBase.: q1) s0
-                         =   case (list1, (list2)) of
-                               PrelBase.[]
-                                       ->  IOBase.error
-                                               "foo"
-                         where
-                             list2
-                                 =   ds
-                             list1
-                                 =   ds'
-
-
-Compilation had errors