Lens.Family.State.Lazy

zoom

use

uses

(%=)

assign

(.=)

(%%=)

(<~)

Compound Assignments

(+=)

(-=)

(*=)

(//=)

(&&=)

(||=)

(<>=)

Types

data Zooming m c a

Re-exports

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