@hackage script-monad0.0.2.1

Transformer stack of error, reader, writer, state, and prompt monads

script-monad

Build Status

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.