[project @ 1997-07-31 00:05:10 by sof]
[ghc-hetmet.git] / ghc / compiler / tests / typecheck / should_fail / tcfail001.stderr
diff --git a/ghc/compiler/tests/typecheck/should_fail/tcfail001.stderr b/ghc/compiler/tests/typecheck/should_fail/tcfail001.stderr
deleted file mode 100644 (file)
index 3a60d37..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-tcfail001.hs:9:warning:
-    Duplicate class assertion `[(`A',
-                                   `a'),
-                               (`A',
-                                   `a')]' in context:
-       [(`A',
-            `a'),
-        (`A',
-            `a')]
-tcfail001.hs:9: Couldn't match the type
-                   `PrelBase.[]' against `GHC.-> [t{-anj-}]'
-    Expected: `[a{-ani-}]'
-    Inferred: `[t{-anj-}] -> [t{-ank-}]'
-    In an equation for function `op':
-       `op PrelBase.[]
-                   =   PrelBase.[]'
-
-
-Compilation had errors