> Thankfully, in GHC 7.4.1 was introduced the record syntax, which allows naming fields, like this […]
What on Earth? Record syntax has been around since the very first versions of Haskell. This is a surprisingly blatant error to see so near the beginning of this article…
gylterud•52m ago
I guess they were confused by the GHc documentation which says that the language option TraditionalRecordSyntax was introduced then, and enabled by default. Of course, the actual syntax was always part of the language. There just wasn’t an explicit option to enable/disable it.
mpoteat•3m ago
Look at what they need to mimic a fraction of our power.
bradrn•1h ago
What on Earth? Record syntax has been around since the very first versions of Haskell. This is a surprisingly blatant error to see so near the beginning of this article…
gylterud•52m ago