[project @ 1998-11-16 18:14:44 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail055.stderr
index 5166568..ab6941b 100644 (file)
@@ -1,8 +1,8 @@
  
 tcfail055.hs:3:
-    Couldn't match the type `Int' against `Float'
-    Expected: Int
-    Inferred: Float
+    Couldn't match `Int' against `Float'
+       Expected type: Int
+       Inferred type: Float
     In an expression with a type signature: x + 1 :: Int