| Portability | Rank2Types |
|---|---|
| Stability | provisional |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| Safe Haskell | Safe-Inferred |
Control.Lens.Simple
Description
Infix type operators for simple lenses and traversals.
These type aliases are not re-exported from Control.Lens.
Documentation
type :=> s a = forall f. Applicative f => (a -> f a) -> s -> f s