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

https://github.com/deciduously/haskell-first-principles-exercises

My solutions to the exercises found in Haskell Programming from First Principles
https://github.com/deciduously/haskell-first-principles-exercises

Last synced: 7 months ago
JSON representation

My solutions to the exercises found in Haskell Programming from First Principles

Awesome Lists containing this project

README

          

# Haskell Programming from First Principles Exercise Solutions

My solutions to the exercises found in [Haskell Programming from First Principles](http://haskellbook.com/) by Christopher Allen and Julie Moronuki

This book is Early Access, the problems referenced are not given in full here and are subject to change.

Answers are not given in the book. I give no guarantee these answers are correct or the best way, they are just what I ended up with and verified solely via GHC.

All code given compiles and produces expected results.

TODOs are areas I'd like to refactor eventually but have moved on from for now

Completed though **4/13-Building Projects**