Spot an error? Know how to make this page better? I appreciate pull requests.
Haskell
Quick notes on dos and don'ts of Haskell
Some notes below on Haskell.
- Typeclasses are kind of like interfaces
- Do not use the
read
typeclass