| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 01:10:43 GMT
X-Served-By: cache-dfw-ktki8620045-DFW, cache-bom-vanm7210061-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768612243.787705,VS0,VE300
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
script-monad: Stack of error, reader, writer, state, and prompt monad transformers
script-monad: Stack of error, reader, writer, state, and prompt monad transformers
Modules
[Index] [Quick Jump]
Downloads
- script-monad-0.0.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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.3.1.1), aeson-pretty (>=0.8.7), base (>=4.11.1.0 && <5), bytestring (>=0.10.8.2), http-client (>=0.5.14), http-types (>=0.12.2), lens (>=4.16), lens-aeson (>=1.0.2), QuickCheck (>=2.11.3), script-monad, text (>=1.2.3.1), time (>=1.8.0.2), transformers (>=0.5.5.0), unordered-containers (>=0.2.9.0), vector (>=0.12.0.2), wreq (>=0.5.2) [details] |
| License | BSD-3-Clause |
| Copyright | 2018 Automattic, Inc. |
| Author | Nathan Bloomfield |
| Maintainer | nbloomf@gmail.com |
| Uploaded | by nbloomf at 2022-06-26T21:30:08Z |
| 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 |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Executables | script-monad-exe |
| Downloads | 2458 total (25 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2022-06-26 [all 1 reports] |
Readme for script-monad-0.0.4
[back to package description]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.