diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/ExplicitForAllRules2.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/ExplicitForAllRules2.stderr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_fail/ExplicitForAllRules2.stderr b/testsuite/tests/rename/should_fail/ExplicitForAllRules2.stderr new file mode 100644 index 0000000000..909cc0ae20 --- /dev/null +++ b/testsuite/tests/rename/should_fail/ExplicitForAllRules2.stderr @@ -0,0 +1,10 @@ + +ExplicitForAllRules2.hs:6:41: error: + Not in scope: type variable ‘b’ + +ExplicitForAllRules2.hs:7:11: error: + Rule "new5": + Forall'd variable ‘x’ does not appear on left hand side + +ExplicitForAllRules2.hs:8:49: error: + Not in scope: type variable ‘c’ |