* The introduction of the DuplicateRecordFields language extension, allowing multiple record types to declare fields of the same name Holy hell. Is this the end of the Haskell record field names problem? One of Haskell's great miseries has been that, because record field accessors are declared globally, you couldn't define records with fields of the same names: data Person = Person { name :: String, age :: Int } data…
As a recent beginner to Haskell, are there other big outstanding issues with the GHC to watch out for?
Presentation: https://secure.plaimi.net/~alexander/tmp/pres/2016-05-11-why...
EDIT: Also, if you find the colors on the slide show intolerable, the page source is well-formatted and readable. Content starts at line 200.