packages feed

script-monad-0.0.1: README.md

script-monad
============

[![Build Status](https://travis-ci.org/nbloomf/script-monad.svg?branch=master)](https://travis-ci.org/nbloomf/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.