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

tcfail195.hs:6:3: error:
    Illegal polymorphic or qualified type: forall a. a
    In the definition of data constructor ‘Foo’
    In the data type declaration for ‘Foo’