Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
tgdwyer committed Oct 7, 2024
1 parent a6e5770 commit a4e0cc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _data/chapters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,8 @@
- Apply what we have learned about Haskell typeclasses and other functional programming concepts to create solutions to real-world problems
- In particular, we learn to use Parser combinators and see how they are put together
- title: State Monad
url: /
url: /statemonad/
description: |
- Develop a monad to thread an implicit state parameter through otherwise pure functions
- Understand that this monad is generalisable to threading any type of state through a sequence of operations
- Be aware of the related libraries: `System.Random` and `Control.Monad.State`.

0 comments on commit a4e0cc2

Please sign in to comment.