Lens.Family

Lenses

Traversals

Documentation

to

view

(^.)

folding

views

(^..)

(^?)

toListOf

allOf

anyOf

firstOf

lastOf

sumOf

productOf

lengthOf

nullOf

backwards

over

(%~)

set

(.~)

(&)

Pseudo-imperatives

(+~)

(*~)

(-~)

(//~)

(&&~)

(||~)

(<>~)

Types

type LensLike f a a' b b'

type LensLike' f a b

type FoldLike r a a' b b'

type FoldLike' r a b

type ASetter a a' b b'

type ASetter' a b

class Phantom f

data Constant k a b

data Identity a

Re-exports

class Applicative f

class Foldable t

class Monoid a

data Backwards k f a

data All

data Any

data First a

data Last a

data Sum a

data Product a