Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 252 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 252 Bytes

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.