Idris2Doc : Data.Tuple.Lens

Data.Tuple.Lens

(source)

Reexports

importpublic Control.Lens

Definitions

fst_ : Lens (a, c) (b, c) ab
  A lens to the first element of a pair.

Totality: total
Visibility: public export
snd_ : Lens (c, a) (c, b) ab
  A lens to the second element of a pair.

Totality: total
Visibility: public export
ifst_ : IndexedLensi (a, i) (b, i) ab
  An indexed lens to the first element of a pair, indexed by the other element.

Totality: total
Visibility: public export
isnd_ : IndexedLensi (i, a) (i, b) ab
  An indexed lens to the second element of a pair, indexed by the other element.

Totality: total
Visibility: public export