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

WildcardInADTContext2.hs:1:53: warning:
    -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.

WildcardInADTContext2.hs:4:10: error:
    Wildcard ‘_a’ not allowed
      in the data type declaration for ‘Foo’