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

WildcardInGADT1.hs:5:19:
    Unexpected wild card: ‘_’
    In the type ‘Either a _’
    In the definition of data constructor ‘Foo’
    In the data declaration for ‘Foo’