Control.Lens.WithIndex

Indexed Functors

class FunctorWithIndex i f

imapped

Indexed Foldables

class FoldableWithIndex i f

ifolded

ifolding

Indexed Foldable Combinators

iany

iall

itraverse_

ifor_

imapM_

iforM_

iconcatMap

ifind

ifoldrM

ifoldlM

itoList

Converting to Folds

withIndices

indices

Indexed Traversables

class TraversableWithIndex i t

itraversed

Indexed Traversable Combinators

ifor

imapM

iforM

imapAccumR

imapAccumL

iwhere