lens-4.13: Lenses, Folds and Traversals

Copyright(C) 2012-2015 Edward Kmett
LicenseBSD-style (see the file LICENSE)
MaintainerEdward Kmett <ekmett@gmail.com>
Stabilityprovisional
Portabilitynon-portable
Safe HaskellSafe
LanguageHaskell98

Control.Lens.Internal.Getter

Description

 

Synopsis

Documentation

newtype AlongsideLeft f b a Source

Constructors

AlongsideLeft 

Fields

getAlongsideLeft :: f (a, b)
 

Instances

newtype AlongsideRight f a b Source

Constructors

AlongsideRight 

Fields

getAlongsideRight :: f (a, b)