sdzx-1 / fused-effects-optics

Optics combinators for fused-effects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Optics combinators for fused-effects.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%