purescript-contrib/purescript-book

Chapter 11

codingedgar opened this issue ยท 1 comments

Hi, thank you so much for this project! it is really helping me understand purescript ๐Ÿ’›

Chapter 11 has this code:

typo

- `ordered-collections`, which provides data typs for immutable maps and sets
+ `ordered-collections`, which provides data types for immutable maps and sets 

at

- `ordered-collections`, which provides data typs for immutable maps and sets

Example for the reader monad

While the Writer monad a very understandable example with a final PSCi demo, the reader does not, which is hard to follow, i I'm hoping that it explains itself later tho, but it would be nice to have some different demos (PSCi examples) of the reader monad.

We don't yet have a good PSCi example of using the reader monad.
If you'd like to create an example, I'd be happy to include it in the text. It could even be different than the current user/admin snippets.