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

tcfail196.hs:5:1:
    Illegal polymorphic or qualified type: forall a. a
    In the type signature for `bar':
      bar :: Num (forall a. a) => Int -> Int