[project @ 1998-04-30 20:31:10 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail033.stderr
index 2655db9..f2b13dc 100644 (file)
@@ -1,8 +1,8 @@
  
 tcfail033.hs:4:
-    Occurs check: cannot construct the infinite type: aM8 = (aM8, aMb)
-    Expected: aMc (aM8, aMb)
-    Inferred: aMc aM8
+    Occurs check: cannot construct the infinite type: aMq = (aMq, aMt)
+    Expected: aMu (aMq, aMt)
+    Inferred: aMu aMq
     In a pattern binding: buglet = [x | (x, y) <- buglet]