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

tcfail197.hs:5:8: error:
    Illegal polymorphic or qualified type: forall a. a
    GHC doesn't yet support impredicative polymorphism
    In the type signature for ‘foo’: foo :: [forall a. a] -> Int