changeset-containers: Stateful monad transformer based on monoidal actions
A general state monad transformer with separate types for the state and the possible changes.
It can be defined for any monoid action.
The monoid represents "changes", "updates", "edits" or "diffs" on the state.
This package exposes typical changes for containers
such as maps, sequences, and sets.
To change individual elements of a container, have a look at the indexed changes in <code>changeset-lens</code>.
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
dev | Enable warnings as errors. Active on ci. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- changeset-containers-0.1.0.2.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.0.1, 0.1.0.2 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.12 && <4.22), changeset (==0.1.0.2), containers (>=0.6 && <0.8), monoid-extras (>=0.6 && <0.7) [details] |
License | MIT |
Copyright | MIT |
Author | Manuel Bärenz |
Maintainer | programming@manuelbaerenz.de |
Category | Control |
Source repo | head: git clone https://github.com/turion/changeset |
Uploaded | by turion at 2025-02-11T14:26:49Z |
Distributions | |
Downloads | 49 total (49 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-02-11 [all 1 reports] |