Lens.Simple
view, set and over - also known as (^.), (.~) and (%~)LensLike and important strength-expressing synonyms, from the all-powerful Lens downwardtype LensLike f a a' b b'
type Lens a a' b b'
type Traversal a a' b b'
type Setter a a' b b'
type Getter a a' b b'
type Fold a a' b b'
type FoldLike r a a' b b'
type SetterLike a a' b b'
_1, _2) and traversals (_Left, _Right, _Just, etc.)view/(^.), set/(.~), over/(%~)zoom, use, assign/(.=) etc.type LensLike' f a b
type Lens' a b
type Traversal' a b
type Getter' a b
type Setter' a b
type FoldLike' r a b
class Identical f
class Phantom f
data AlongsideLeft f b a
data AlongsideRight f a b
data Zooming m c a
data Constant a b
data Identity a
class Monoid a