reasonable-lens-0.2.1.0: Lens implementation. It is more small but adequately.

Safe HaskellNone
LanguageHaskell98

Control.Lens.Lens

Documentation

type Lens s t a b = forall f. Functor f => (a -> f b) -> s -> f t Source