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

tcfail183.hs:5:30: error: [GHC-25955]
    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>