[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail001.stderr
diff --git a/ghc/tests/typecheck/should_fail/tcfail001.stderr b/ghc/tests/typecheck/should_fail/tcfail001.stderr
deleted file mode 100644 (file)
index 6281cf5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-tcfail001.hs:8:
-    Warning: Duplicate class assertion `A a' in the context:
-                (A a, A a) => ...
-
-tcfail001.hs:9:
-    Couldn't match `[a]' against `t -> t1'
-       Expected type: [a]
-       Inferred type: t -> t1
-    In an equation for function `op': op [] = []
-    In the definition for method `op'