[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail088.stderr
diff --git a/ghc/tests/typecheck/should_fail/tcfail088.stderr b/ghc/tests/typecheck/should_fail/tcfail088.stderr
deleted file mode 100644 (file)
index a0e880c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-tcfail088.hs:9:
-    Illegal polymorphic type as argument: forall s. T s a
-    When checking kinds in `Ord (forall s. T s a)'
-
-tcfail088.hs:14:
-    Illegal polymorphic type as argument: forall b. b
-    When checking kinds in `T s (forall b. b)'
-    In a type signature for `g'