summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/ds041.stderr
blob: 6b26c7252dfa509c7a3c15cbd5fea05719a06600 (plain)
1
2
3
4
5
6
7
8

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

ds041.hs:16:7: warning: [-Wmissing-fields]
    • Fields of ‘Foo’ not initialised: x
    • In the expression: Foo {}
      In an equation for ‘foo’: foo = Foo {}