lens-3.8.0.2: Lenses, Folds and Traversals

Portabilitynon-portable
Stabilityprovisional
MaintainerEdward Kmett <ekmett@gmail.com>
Safe HaskellTrustworthy

Control.Lens.Internal.Review

Contents

Description

 

Synopsis

Reviewing

class Profunctor p => Reviewable p whereSource

This provides a dual notion to that of Gettable.

Methods

retagged :: p a b -> p s bSource