optics-core-0.4.1.1: Optics as an abstract interface: core definitions
Safe HaskellSafe-Inferred
LanguageHaskell2010

Optics.Internal.Setter

Description

Internal implementation details of setters.

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

Synopsis

Documentation

mapped__ :: (Mapping p, Functor f) => Optic__ p i i (f a) (f b) a b Source #

Internal implementation of mapped.