[project @ 1998-04-17 15:58:37 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail013.stderr
index 5491de9..2e89104 100644 (file)
@@ -1,9 +1,9 @@
  
 tcfail013.hs:4:
-    Couldn't match the type `[aG8]' against `Bool'
-       Expected: Bool
-       Inferred: [aG8]
-       In an equation for function `f': f True = 2
+    Couldn't match the type `[aMB]' against `Bool'
+    Expected: Bool
+    Inferred: [aMB]
+    In an equation for function `f': f True = 2
 
 
 Compilation had errors