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

WildcardInADTContext1.hs:1:37: warning: [-Wdeprecated-flags (in -Wdefault)]
    -XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.

WildcardInADTContext1.hs:4:13: error:
    Wildcard ‘_’ not allowed
      in the data type declaration for ‘Foo’