Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/tomsmalley/haskellbook
- Owner: tomsmalley
- License: unlicense
- Created: 2016-10-07T14:17:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T16:58:11.000Z (almost 8 years ago)
- Last Synced: 2024-12-06T22:10:59.296Z (16 days ago)
- Language: Haskell
- Homepage:
- Size: 791 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.