summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail197.stderr
blob: 8b814870f208e153c1d8bce968c7a9e33a85b5f9 (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: foo :: [forall a. a] -> Int