The project should document how to use the various monad transformers, and associated combinators.
Emphasis should be placed on ways in which transformers differ from popular packages like mtl. For example, no Traversable means that certain patterns are different.
The project should document how to use the various monad transformers, and associated combinators.
Emphasis should be placed on ways in which transformers differ from popular packages like
mtl
. For example, noTraversable
means that certain patterns are different.