Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/FPLean/MonadTransformers.lean
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For example:
Writing each monad by hand is tedious, however, involving boilerplate definitions of the various type classes.
Each of these components can also be extracted to a definition that modifies some other monad to add an additional effect.
Such a definition is called a _monad transformer_.
A concrete monad can be build from a collection of monad transformers, which enables much more code re-use.
A concrete monad can be built from a collection of monad transformers, which enables much more code re-use.

{include 1 FPLean.MonadTransformers.ReaderIO}

Expand Down
Loading