[project @ 2000-01-10 11:08:04 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail009.stderr
index 1f4d4b2..a91cbbb 100644 (file)
@@ -1,9 +1,9 @@
-tcfail009.hs:3: Couldn't match the type
-                   `PrelBase.Int' against `PrelBase.Integer'
-    Expected: `PrelBase.Integer'
-    Inferred: `PrelBase.Int'
-    In an expression with a type signature: `2 :: PrelBase.Integer'
 
+tcfail009.hs:3:
+    Couldn't match `Integer' against `Int'
+       Expected type: Integer
+       Inferred type: Int
+    In an expression with a type signature: 2 :: Integer
 
 Compilation had errors
+