Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomsmalley/haskellbook

A jumble of solutions to exercises from the book Haskell Programming from First Principles (http://haskellbook.com)
https://github.com/tomsmalley/haskellbook

Last synced: 6 days ago
JSON representation

A jumble of solutions to exercises from the book Haskell Programming from First Principles (http://haskellbook.com)

Awesome Lists containing this project

README

        

There is no ordering based on chapters. If you would like to find a solution
to an exercise then search `src` for a function or datatype name. I tried to
keep to the same names and example data used in the book.