[project @ 1998-02-03 11:24:18 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail013.stderr
index eaf06c1..5491de9 100644 (file)
@@ -1,9 +1,9 @@
  
-tcfail013.hs:4: Couldn't match the type
-                   `[taBB]' against `PrelBase.Bool'
-    Expected: `[taBB] -> taBD'
-    Inferred: `PrelBase.Bool -> taBG'
-    In an equation for function `f': `f PrelBase.True = 2'
+tcfail013.hs:4:
+    Couldn't match the type `[aG8]' against `Bool'
+       Expected: Bool
+       Inferred: [aG8]
+       In an equation for function `f': f True = 2
 
 
 Compilation had errors