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

Safe HaskellNone
LanguageHaskell2010

Optics.Internal.Traversal

Description

Internal implementation details of traversals.

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

Synopsis

Documentation

traversed__ :: (Traversing p, Traversable f) => Optic__ p i i (f a) (f b) a b Source #

Internal implementation of traversed.