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

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