@hackage / fused-effects-optics

Bridge between the optics and fused-effects ecosystems.

Latest0.3.0.0

About

Metadata

  • Last updated , by patrick_thomson
  • License BSD-3-Clause
  • Maintained by: patrick.william.thomson@gmail.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 8.10.1
  2. 8.8.3

Readme

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.