summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/ParserNoForallUnicode.stderr
blob: 0d8841c676c4dfc1c0a20286a1bd3eec87f8cc45 (plain)
1
2
3
4
5
6

ParserNoForallUnicode.hs:6:8: error:
    Illegal symbol ‘∀’ in type
    Suggested fix:
      Perhaps you intended to use RankNTypes
      or a similar language extension to enable explicit-forall syntax: ∀ <tvs>. <type>