up-to-date-real-world-haskell
up-to-date-real-world-haskell copied to clipboard
I'm trying to update the Real World Haskell book
In: https://github.com/tssm/up-to-date-real-world-haskell/blob/master/1-getting-started.org#getting-started-with-ghci-the-interpreter
In https://github.com/tssm/up-to-date-real-world-haskell/blob/master/23-gui-programming-with-gtk2hs.org#installing-gtk2hs
[Here is how](https://orgmode.org/manual/Include-files.html). This means I should add the source files somewhere.
https://www.oreilly.com/catalog/errata.csp?isbn=9780596514983
- [ ] Explain `DerivingVia` instead of `GeneralizedNewtypeDeriving` - [ ] Remove `Functor` and `Applicative` instances boilerplate
- [ ] Fix snake_case identifiers - [ ] Use CamelCase for all filenames - [ ] Use point-free style whenever possible after it is explained - [ ] Use...