data-effects-th: Template Haskell utilities for the data-effects library.

[ control, effect, library, mpl, template-haskell ] [ Propose Tags ]

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]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.2.0
Change log ChangeLog.md
Dependencies base (>=4.16.4.0 && <4.17), containers (>=0.6.5 && <0.7), data-default (>=0.7.1 && <0.8), data-effects-core (>=0.1 && <0.2), either (>=5.0.2 && <5.1), extra (>=1.7.14 && <1.8), formatting (>=7.2.0 && <7.3), infinite-list (>=0.1.1 && <0.2), lens (>=5.2.3 && <5.3), mtl (>=2.2.2 && <2.3), template-haskell (>=2.18 && <2.19), text (>=2.0 && <2.2), th-abstraction (>=0.4 && <0.7) [details]
License MPL-2.0
Copyright 2023 Yamada Ryo, 2020 Michael Szvetits, 2010-2011 Patrick Bahr
Author Yamada Ryo <ymdfield@outlook.jp>
Maintainer Yamada Ryo <ymdfield@outlook.jp>
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.1.0)(data-effects-th)
Uploaded by YamadaRyo at 2024-09-05T02:16:01Z
Distributions
Reverse Dependencies 1 direct, 2 indirect [details]
Downloads 43 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for data-effects-th-0.1.2.0

[back to package description]

data-effects

Hackage Hackage Hackage

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.

Credits

Parts of this project have been adapted or inspired by the following resources:

  • compdata
    • Copyright (c) 2010--2011 Patrick Bahr, Tom Hvitved
    • License: BSD-3-Clause
    • Modifications: Used TemplateHaskell code to derive instances of the HFunctor type class.