This repository hosts my solutions to the exercises contained in the book "Haskell Programming from first principles" by Christopher Allen and Julie Moronuki.
This repo is in no way connected to the original book or authors. Code may have bugs or may not solve the problems completely.
The only dependency is Stack. Once setup, Stack takes care of any Haskell package dependencies.
This repository is organized as a single Stack project where src
contains the solutions; each module represents a book chapter (so, for instance, Ch31
represents Chapter 31).
test
contains test suites following the same naming convention.
To build the project, simply do:
stack build
To run the tests, simply do:
stack test
Licensed under the "THE BEER-WARE LICENSE" (Revision 42): Andrew Bessi wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer or coffee in return.