summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/WildcardInADTContext1.stderr
blob: 419c63e6081088ce20d622b25e0458291dd64a4f (plain)
1
2
3
4
5
6
7

WildcardInADTContext1.hs:1:37: Warning:
    -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.

WildcardInADTContext1.hs:4:13:
    Unexpected wild card: ‘_’
    In the data declaration for ‘Foo’