summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/ds041.stderr
blob: c276b77ce982472092f008df286a473e48856b6c (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:
    Fields of ‘Foo’ not initialised: x
    In the expression: Foo {}
    In an equation for ‘foo’: foo = Foo {}