Control.Lens.Traversal

Lenses

type Traversal a b c d

Lensing Traversals

element

elementOf

Traversing and Lensing

traverseOf

forOf

sequenceAOf

mapMOf

forMOf

sequenceOf

transposeOf

mapAccumLOf

mapAccumROf

scanr1Of

scanl1Of

Common Traversals

class Traversable t

traverseNothing

Cloning Traversals

cloneTraversal

Simple

type SimpleTraversal a b