script-monad: Stack of error, reader, writer, state, and prompt monad transformers

[ bsd3, control.monad, library, program ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/nbloomf/script-monad#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.0.2, 0.0.2.1, 0.0.3, 0.0.4
Change log ChangeLog.md
Dependencies aeson (>=1.2.4.0), aeson-pretty (>=0.8.5), base (>=4.7 && <5), bytestring (>=0.10.8.2), http-client (>=0.5.10), http-types (>=0.12.1), lens (>=4.16), lens-aeson (>=1.0.2), QuickCheck (>=2.10.1), script-monad, text (>=1.2.3.0), time (>=1.8.0.2), transformers (>=0.5.2.0), unordered-containers (>=0.2.9.0), vector (>=0.12.0.1), wreq (>=0.5.2) [details]
License BSD-3-Clause
Copyright 2018 Automattic, Inc.
Author Nathan Bloomfield
Maintainer nbloomf@gmail.com
Category Control.Monad
Home page https://github.com/nbloomf/script-monad#readme
Bug tracker https://github.com/nbloomf/script-monad/issues
Source repo head: git clone https://github.com/nbloomf/script-monad
Uploaded by nbloomf at 2019-01-01T06:44:54Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables script-monad-exe
Downloads 2195 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-01-01 [all 1 reports]

Readme for script-monad-0.0.3

[back to package description]

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.