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

Safe HaskellNone
LanguageHaskell2010

Optics.Internal.IxSetter

Description

Internal implementation details of indexed setters.

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

Synopsis

Documentation

imapped__ :: (Mapping p, FunctorWithIndex i f) => Optic__ p j (i -> j) (f a) (f b) a b Source #

Internal implementation of imapped.