| 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 23:51:48 GMT
X-Served-By: cache-dfw-kdfw8210080-DFW, cache-bom-vanm7210029-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768693908.984124,VS0,VE792
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
data-effects-th: Template Haskell utilities for the data-effects library.
[Skip to Readme]
data-effects-th: Template Haskell utilities for the data-effects library.
TemplateHaskell functions for deriving effect invocation functions, HFunctor instances, and more from the definition of effects with data-effects-based GADT representations.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- data-effects-th-0.4.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.2.0.0, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.1.0, 0.4.2.0, 0.4.2.1 |
|---|---|
| Change log | ChangeLog.md |
| Dependencies | base (>=4.16.4 && <4.22), containers (>=0.6.5 && <0.9), data-default (>=0.7.1 && <0.9), data-effects-core (>=0.4 && <0.5), either (>=5.0.2 && <5.1), extra (>=1.7.14 && <1.9), infinite-list (>=0.1.1 && <0.2), lens (>=5.2.3 && <5.4), mtl (>=2.3 && <2.4), template-haskell (>=2.18 && <2.24), text (>=2.0 && <2.2), th-abstraction (>=0.6 && <0.8) [details] |
| Tested with | ghc ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.1 || ==9.12.2 |
| License | MPL-2.0 |
| Copyright | 2023-2025 Sayo contributors, 2020 Michael Szvetits, 2010-2011 Patrick Bahr |
| Author | Sayo contributors <ymdfield@outlook.jp> |
| Maintainer | ymdfield <ymdfield@outlook.jp> |
| Uploaded | by YamadaRyo at 2025-04-25T02:56:50Z |
| Category | Control, Effect, Template Haskell |
| Bug tracker | https://github.com/sayo-hs/data-effects |
| Source repo | head: git clone https://github.com/sayo-hs/data-effects(tag v0.4.2.1)(data-effects-th) |
| Distributions | LTSHaskell:0.4.2.1, NixOS:0.4.2.1, Stackage:0.4.2.1 |
| Reverse Dependencies | 1 direct, 2 indirect [details] |
| Downloads | 383 total (50 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2025-05-13 [all 2 reports] |
Readme for data-effects-th-0.4.2.1
[back to package description]data-effects
A basic framework for a Haskell effect system library based on GADTs-based effect representations with a style that separates first-order effects and higher-order effects.
This library set was created by being separated from the Heftia extensible effects library.
Your contributions are welcome!
Please see CONTRIBUTING.md.
Acknowledgements, citations, and related work
The following is a non-exhaustive list of people and works that have had a significant impact, directly or indirectly, on its design and implementation:
- Casper Bach Poulsen and Cas van der Rest — Hefty Algebras: Modular Elaboration of Higher-Order Algebraic Effects
- Patrick Bahr and Tom Hvitved —
compdata: Compositional Data Types - Michael Szvetits —
effet