Description
Provides a collection of monad transformers for Haskell. Monad transformers let developers combine effects such as state, errors, reading configuration, output, or nondeterminism in a structured way.
It is useful for Haskell applications and libraries that organize effectful code through transformer stacks. It is a programming library and not an end-user program.