[project @ 1998-11-16 18:14:44 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail013.stderr
index 3da86aa..327ceec 100644 (file)
@@ -1,8 +1,9 @@
  
 tcfail013.hs:4:
-    Couldn't match the type `[aNb]' against `Bool'
-    Expected: Bool
-    Inferred: [aNb]
+    Couldn't match `[$0]' against `Bool'
+       Expected type: [$0]
+       Inferred type: Bool
+    In the pattern: True
     In an equation for function `f': f True = 2