diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/ParserNoForallUnicode.stderr')
-rw-r--r-- | testsuite/tests/parser/should_fail/ParserNoForallUnicode.stderr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/ParserNoForallUnicode.stderr b/testsuite/tests/parser/should_fail/ParserNoForallUnicode.stderr new file mode 100644 index 0000000000..a359864f44 --- /dev/null +++ b/testsuite/tests/parser/should_fail/ParserNoForallUnicode.stderr @@ -0,0 +1,5 @@ + +ParserNoForallUnicode.hs:5:8: + Illegal symbol '∀' in type + Perhaps you intended -XRankNTypes or similar flag + to enable explicit-forall syntax: ∀ <tvs>. <type> |