[project @ 1999-02-09 10:12:24 by sof]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail012.stderr
index 954d461..1bd5c89 100644 (file)
@@ -1,7 +1,11 @@
-tcfail012.hs:3: Couldn't match the type `[talB]' against `Bool'
-    Expected: `[talB]'
-    Inferred: `Bool'
-    In a pattern binding: `True = []'
+
+tcfail012.hs:3:
+    Couldn't match `Bool' against `[t]'
+       Expected type: Bool
+       Inferred type: [t]
+    In the right-hand side of a pattern binding: []
+
+
 
 Compilation had errors
+