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

tcfail127.hs:3:8:
    Illegal polymorphic or qualified type: Num a => a -> a
    Perhaps you intended to use -XImpredicativeTypes
    In the type signature for ‛foo’: foo :: IO (Num a => a -> a)