[project @ 1997-09-05 14:11:05 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail031.stderr
index bcc5bde..2f528f6 100644 (file)
@@ -1,8 +1,8 @@
  
 tcfail031.hs:3: Couldn't match the type
-                   `PrelBase.Bool' against `PrelBase.Char'
-    Expected: `PrelBase.Bool'
-    Inferred: `PrelBase.Char'
+                   `PrelBase.Char' against `PrelBase.Bool'
+    Expected: `PrelBase.Char'
+    Inferred: `PrelBase.Bool'
     In the predicate expression `'a''
     In an equation for function `f': `f x = if 'a' then 1 else 2'