Lens.Family2.State.Strict
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 Setter a a' b b'
type Setter' a b
class Identical f
data StateT s m a
class MonadState s m
type Writer w
class Monoid a