Complete exercises from Structure and Interpretation of Computer Programs (chapter 1)
Initializing:
1. $ stack setup
2. $ stack build
Running tests: $ stack test
Complete exercises from Structure and Interpretation of Computer Programs (chapter 1) on Haskell
HaskellMIT