lens-4.0.1: Lenses, Folds and Traversals
Control.Lens.Internal.Iso
Description
Synopsis
data Exchange a b s t Source
This is used internally by the Iso code to provide efficient access to the two functions that make up an isomorphism.
Iso
Constructors
Instances
class Reversing t whereSource
This class provides a generalized notion of list reversal extended to other containers.
Methods
reversing :: t -> tSource