summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail183.stderr
blob: fc6fcfdcac10c3e37cd07a113ace279f319fbd73 (plain)
1
2
3
4
5
6

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