Written by Isaiah Oloyede
on
on
Haskell Book Solutions
This documents my solution to Haskell programming from first principles Exercises.
Chapters
- All You Need is Lambda
- Hello, Haskell!
- Strings
- Basic Datatypes
- Types
- Type Classes
- More Functional Patterns
- Recursion
- Lists
- Folding lists
- Algebraic datatypes
- Signaling adversity
- Building projects
- Testing
- Monoid, Semigroup
- Functor
- Applicative
- Monad
- Applying structure
- Foldable
- Traversable
- Reader
- State
- Parser combinators
- Composing types
- Monad transformers
- Nonstrictness
- Basic libraries
- IO
- When things go wrong
- Final project