Control.Lens.Setter

Setters

type Setter a b c d

Building Setters

sets

Common Setters

mapped

Functional Combinators

over

mapOf

set

(.~)

(%~)

(+~)

(-~)

(*~)

(//~)

(^~)

(^^~)

(**~)

(||~)

(&&~)

(<.~)

State Combinators

(.=)

(%=)

(+=)

(-=)

(*=)

(//=)

(^=)

(^^=)

(**=)

(||=)

(&&=)

(<.=)

(<~)

Setter Internals

type Setting a b c d

type SimpleSetting a b

Simplicity

type SimpleSetter a b