[project @ 1997-09-05 14:11:05 by simonm]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail001.stderr
index 1b5ad86..56f538b 100644 (file)
@@ -2,10 +2,7 @@
 tcfail001.hs:9:warning:
     Duplicated class assertion `A a' in context: `(A a, A a)'
  
-tcfail001.hs:9: Couldn't match the type
-                   `PrelBase.[]' against `GHC.-> [takw]'
-    Expected: `[takv]'
-    Inferred: `[takw] -> [takx]'
+tcfail001.hs:9: Function type expected, but found the type `[takz]'
     In an equation for function `op': `op PrelBase.[] = PrelBase.[]'