fused-effects-optics: Bridge between the optics and fused-effects ecosystems.

[ bsd3, control, library ] [ Propose Tags ]

Provides combinators for the optics-based manipulation of state and context types provided by the fused-effects library, similar to those provided by optics-extra for mtl-based monad transformers.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0
Change log CHANGELOG.md
Dependencies base (>=4.12 && <5), fused-effects (>=1 && <1.2), optics-core (<1) [details]
License BSD-3-Clause
Copyright 2020-2021 Patrick Thomson
Author Patrick Thomson
Maintainer patrick.william.thomson@gmail.com
Category Control
Home page https://github.com/fused-effects/fused-effects-optics
Bug tracker https://github.com/fused-effects/fused-effects-optics/issues
Source repo head: git clone https://github.com/fused-effects/fused-effects-optics.git
Uploaded by patrick_thomson at 2022-07-13T14:59:49Z
Distributions NixOS:0.2.1.0
Downloads 542 total (13 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 fused-effects-optics-0.2.1.0

[back to package description]

fused-effects-optics

Hackage BSD3 license Build Status

This package provides an interface to the optics library compatible with fused-effects. The combinators provided by optics-extra for operating in monadic contexts—gview, use, .=, &c.—rely on mtl for MonadState and MonadReader, which is not applicable to Reader and State effects.

License

BSD3, like fused-effects.