[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail043.stderr
diff --git a/ghc/tests/typecheck/should_fail/tcfail043.stderr b/ghc/tests/typecheck/should_fail/tcfail043.stderr
deleted file mode 100644 (file)
index 3dd8884..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-
-tcfail043.hs:38:
-    Ambiguous type variable(s) `a' in the constraint `Ord_ a'
-    arising from use of `gt' at tcfail043.hs:38
-    In the predicate expression: gt (hd bs) a
-    in a lambda abstraction:
-       if gt (hd bs) a then
-           False
-       else
-           if eq a (hd bs) then True else search a (tl bs)