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

tcfail166.hs:5:13: 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>