Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marceloboeira/hffp
ƛ My solutions for the Haskell From First Principles book
https://github.com/marceloboeira/hffp
book exercises haskell hffp solutions
Last synced: 26 days ago
JSON representation
ƛ My solutions for the Haskell From First Principles book
- Host: GitHub
- URL: https://github.com/marceloboeira/hffp
- Owner: marceloboeira
- License: mit
- Created: 2018-09-11T17:49:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T11:37:39.000Z (almost 6 years ago)
- Last Synced: 2024-10-26T21:36:15.274Z (3 months ago)
- Topics: book, exercises, haskell, hffp, solutions
- Language: Haskell
- Homepage: https://haskellbook.com
- Size: 874 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# λ hffp
> My notepad for the Haskell From First Principles bookAt the moment, this is not really useful to anyone besides myself.
If you are looking for solutions to the exercises, I would recommend getting the repos with the same idea but more stars/contributors.
If at some point I believe this has a value to someone but me, I will update this file with usefull information.
**Beware** that the exercises are targeting the `1.0RC3` version of the book, with the latest version available of GHC. There are solutions that differ from the expected from the book because of that (mainly because of the Semigroups/Applicatives recent changes).
## Table of Contents
* [Chapter 1](chapters/chapter-1#chapter-1)
* [Chapter 2](chapters/chapter-2#chapter-2)
* [Chapter 3](chapters/chapter-3#chapter-3)
* [Chapter 4](chapters/chapter-4#chapter-4)
* [Chapter 5](chapters/chapter-5#chapter-5)
* [Chapter 6](chapters/chapter-6#chapter-6)
* [Chapter 7](chapters/chapter-7#chapter-7)
* [Chapter 8](chapters/chapter-8#chapter-8)
* [Chapter 9](chapters/chapter-9#chapter-9)
* [Chapter 10](chapters/chapter-10#chapter-10)
* [Chapter 11](chapters/chapter-11#chapter-11)
* [Chapter 12](chapters/chapter-12#chapter-12)
* [Chapter 13](chapters/chapter-13#chapter-13)
* [Chapter 14](chapters/chapter-14#chapter-14)
* [Chapter 15](chapters/chapter-15#chapter-15)
* [Chapter 16](chapters/chapter-16#chapter-16)
* [Chapter 17](chapters/chapter-17#chapter-17)
* [Chapter 18](chapters/chapter-18#chapter-18)## Docs
To generate the docs, use `make docs`.