summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/WildcardInADT3.stderr
blob: 1c504f6d392a2f473f70dd6313352c4d07b1f96d (plain)
1
2
3
4
5
6

WildcardInADT3.hs:4:27:
    Unexpected wild card: ‘_’
    In the type ‘_ => a’
    In the definition of data constructor ‘Foo’
    In the data declaration for ‘Foo’