Description
Stack of error, reader, writer, state, and prompt monad transformers.
Description
Please see the README on GitHub at https://github.com/nbloomf/script-monad#readme
README.md
script-monad
Haskell library providing an unrolled stack of reader, writer, state, error, and prompt monads. Handy for designing extensible and testable DSLs.
As an example, also provides a basic monad transformer for HTTP interactions.