[project @ 1998-04-17 15:58:37 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail012.stderr
index aefe17e..70fca45 100644 (file)
@@ -1,9 +1,9 @@
  
-tcfail012.hs:3: Couldn't match the type
-                   `PrelBase.Bool' against `[tajU]'
-    Expected: `PrelBase.Bool'
-    Inferred: `[tajU]'
-    In a pattern binding: `PrelBase.True = PrelBase.[]'
+tcfail012.hs:3:
+    Couldn't match the type `Bool' against `[apz]'
+    Expected: Bool
+    Inferred: [apz]
+    In a pattern binding: True = []
 
 
 Compilation had errors