Control.Lens.Setter
type Setter s t a b
sets
mapped
lifted
over
mapOf
set
(.~)
(%~)
(+~)
(-~)
(*~)
(//~)
(^~)
(^^~)
(**~)
(||~)
(<>~)
(&&~)
(<.~)
(?~)
(<?~)
assign
(.=)
(%=)
(+=)
(-=)
(*=)
(//=)
(^=)
(^^=)
(**=)
(||=)
(<>=)
(&&=)
(<.=)
(?=)
(<?=)
(<~)
set'
data ReifiedSetter s t a b
type Setting s t a b
type SimpleSetting s a
type SimpleSetter s a
type SimpleReifiedSetter s a
class Settable f
data Mutator a