script-monad: Transformer stack of error, reader, writer, state, and prompt monads

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

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


[Skip to Readme]

Modules

[Last Documentation]

  • Control
    • Monad
      • Control.Monad.Script
        • Control.Monad.Script.Http
  • Data
    • Data.MockIO
      • Data.MockIO.FileSystem

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), 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 2018-12-14T04:04:27Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables script-monad-exe
Downloads 2204 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-12-14 [all 2 reports]

Readme for script-monad-0.0.2

[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.