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

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