Lens.Family.State.Lazy
zoom
use
uses
(%=)
assign
(.=)
(%%=)
(<~)
(+=)
(-=)
(*=)
(//=)
(&&=)
(||=)
(<>=)
data Zooming m c a
type LensLike f a a' b b'
type LensLike' f a b
type FoldLike r a a' b b'
data Constant k a b
type ASetter a a' b b'
type ASetter' a b
data Identity a
data StateT s m a
type Writer w
class Monoid a