blob: 0455c44516ee11e0783e5647f716624c3fe4ae75 (
plain)
1
2
3
4
5
6
7
8
9
|
ds041.hs:1:14: warning: [-Wdeprecated-flags (in -Wdefault)]
-XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.
ds041.hs:16:7: warning: [-Wmissing-fields (in -Wdefault)]
• Fields of ‘Foo’ not initialised:
x :: a
• In the expression: Foo {}
In an equation for ‘foo’: foo = Foo {}
|