summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/T5300.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_fail/T5300.stderr')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_fail/T5300.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_fail/T5300.stderr b/testsuite/tests/ghc-regress/typecheck/should_fail/T5300.stderr
deleted file mode 100644
index bc3bc066b5..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_fail/T5300.stderr
+++ /dev/null
@@ -1,8 +0,0 @@
-
-T5300.hs:15:9:
- Ambiguous type variable `c0' in the constraint:
- (C1 a1 b2 c0) arising from a use of `f1'
- Probable fix: add a type signature that fixes these type variable(s)
- In the first argument of `(>>=)', namely `f1 fm'
- In the expression: f1 fm >>= return . undefined
- In an equation for `f2': f2 fm = f1 fm >>= return . undefined