Control.Lens.Setter

Setters

type Setter a b c d

Building Setters

sets

Common Setters

mapped

Functional Combinators

over

mapOf

set

(.~)

(%~)

(+~)

(-~)

(*~)

(//~)

(^~)

(^^~)

(**~)

(||~)

(&&~)

(<.~)

(?~)

(<?~)

State Combinators

assign

(.=)

(%=)

(+=)

(-=)

(*=)

(//=)

(^=)

(^^=)

(**=)

(||=)

(&&=)

(<.=)

(?=)

(<?=)

(<~)

Storing Setters

data ReifiedSetter a b c d

Setter Internals

type Setting a b c d

type SimpleSetting a b

Simplicity

type SimpleSetter a b

type SimpleReifiedSetter a b

Exported for legible error messages

class Settable f

data Mutator a