[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail080.stderr
diff --git a/ghc/tests/typecheck/should_fail/tcfail080.stderr b/ghc/tests/typecheck/should_fail/tcfail080.stderr
deleted file mode 100644 (file)
index c5c6f22..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-tcfail080.hs:11:
-    Ambiguous type variable(s) `c' in the constraint `Collection c a'
-    arising from use of `singleton' at tcfail080.hs:11
-    In the first argument of `isempty', namely `(singleton x)'
-    In the right-hand side of an equation for `q':
-       isempty (singleton x)