summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/ds041.stderr-ghc
blob: acf3e1ae6fb16d0d83d157adc4bb185d8c3be4bb (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 {}