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