Control.Lens.Getter

Getters

type Getter s a

type IndexedGetter i s a

type Getting r s t a b

type IndexedGetting i m s t a b

type Accessing p m s t a b

Building Getters

to

Combinators for Getters and Folds

(^.)

view

views

view'

views'

use

uses

use'

uses'

listening

listenings

Indexed Getters

Indexed Getter Combinators

(^@.)

iview

iviews

iuse

iuses

ilistening

ilistenings

Implementation Details

class Gettable f

data Accessor r a