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

Safe HaskellNone
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.