[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / typecheck / should_fail / tcfail008.stderr
diff --git a/ghc/tests/typecheck/should_fail/tcfail008.stderr b/ghc/tests/typecheck/should_fail/tcfail008.stderr
deleted file mode 100644 (file)
index ba4fd83..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-tcfail008.hs:3:
-    No instance for `Num [t]'
-    arising from the literal `2' at tcfail008.hs:3
-    In the second argument of `(:)', namely `2'
-    in the definition of function `o': 1 : 2
-
-tcfail008.hs:3:
-    Ambiguous type variable(s) `t' in the constraint `Num t'
-    arising from the literal `1' at tcfail008.hs:3
-    In the first argument of `(:)', namely `1'
-    in the definition of function `o': 1 : 2