optics-core-0.4.1.1: Optics as an abstract interface: core definitions
Safe HaskellSafe-Inferred
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.