optics-core-0.2: Optics as an abstract interface: core definitions

Safe HaskellNone
LanguageHaskell2010

Optics.Internal.IxTraversal

Description

Internal implementation details of indexed traversals.

This module is intended for internal use only, and may change without warning in subsequent releases.

Synopsis

Documentation

itraversed__ :: (Traversing p, TraversableWithIndex i f) => Optic__ p j (i -> j) (f a) (f b) a b Source #

Internal implementation of itraversed.