[project @ 1998-08-25 18:07:57 by sof]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / read003.stderr
index 5195c3f..706a4e1 100644 (file)
@@ -14,16 +14,16 @@ module Read003 where
  
 read003.hs:8:
     Occurs check: cannot construct the infinite type:
-           aIK = (aIK, aIN, aIQ)
-       Expected: aIK
-       Inferred: (aIK, [aIY], aIQ)
-       In a pattern binding:
-           ~(a, b, c)
-               | nullity b = a
-               | nullity c = a
-               | otherwise = a
-               where
-                   nullity = null
+           aKy = (aKy, aKB, aKE)
+    Expected: (aKy, [aKM], aKE)
+    Inferred: aKy
+    In a pattern binding:
+       ~(a, b, c)
+           | nullity b = a
+           | nullity c = a
+           | otherwise = a
+           where
+               nullity = null
 
 
 Compilation had errors