Control.Lens.Setter

Setters

type Setter s t a b

Building Setters

sets

Common Setters

mapped

lifted

Functional Combinators

over

mapOf

set

(.~)

(%~)

(+~)

(-~)

(*~)

(//~)

(^~)

(^^~)

(**~)

(||~)

(<>~)

(&&~)

(<.~)

(?~)

(<?~)

State Combinators

assign

(.=)

(%=)

(+=)

(-=)

(*=)

(//=)

(^=)

(^^=)

(**=)

(||=)

(<>=)

(&&=)

(<.=)

(?=)

(<?=)

(<~)

Simplified State Setting

set'

Storing Setters

data ReifiedSetter s t a b

Setter Internals

type Setting s t a b

type SimpleSetting s a

Simplicity

type SimpleSetter s a

type SimpleReifiedSetter s a

Exported for legible error messages

class Settable f

data Mutator a