[project @ 1997-07-31 00:05:10 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail033.stderr
diff --git a/ghc/compiler/tests/typecheck/should_fail/tcfail033.stderr b/ghc/compiler/tests/typecheck/should_fail/tcfail033.stderr
deleted file mode 100644 (file)
index 72b2c88..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-tcfail033.hs:4: Cannot construct the infinite type (occur check)
-                   `t{-aKn-}' = `(t{-aKn-}, t{-aKq-})'
-    Expected: `a{-aKs-} (t{-aKn-}, t{-aKq-})'
-    Inferred: `a{-aKs-} t{-aKn-}'
-    In a pattern binding:
-       `buglet'
-           =   `[ x |
-                    (x, y) <- buglet ]'
-
-
-Compilation had errors