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

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