[project @ 1999-02-10 15:45:52 by simonpj]
[ghc-hetmet.git] / ghc / tests / reader / should_fail / read003.stderr
index e4a38a3..9deee4d 100644 (file)
@@ -11,14 +11,12 @@ module Read003 where
        nullity = null
 
 
+
 read003.hs:4:
-    Occurs check: cannot construct the infinite type:
-       t = (t, [a], _116)
-       Expected type: (t, [a], _116)
+    Occurs check: cannot construct the infinite type: t = (t, [a], t1)
+       Expected type: (t, [a], t1)
        Inferred type: t
     In the right-hand side of a pattern binding: a
 
-
 Compilation had errors