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

WildcardInADT1.hs:4:26:
    Unexpected wild card: ‘_’
    In the type ‘Either _ a’
    In the definition of data constructor ‘Foo’
    In the data declaration for ‘Foo’