blob: 5c90513ed1de8b80dde24adeb3cf1a624b322b13 (
plain)
1
2
3
4
5
6
7
8
9
|
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 (in -Wdefault)]
• Fields of ‘Foo’ not initialised:
x :: a
• In the expression: Foo {}
In an equation for ‘foo’: foo = Foo {}
|