fst_ : Lens (a, c) (b, c) a b A lens to the first element of a pair.
Totality: total
Visibility: public exportsnd_ : Lens (c, a) (c, b) a b A lens to the second element of a pair.
Totality: total
Visibility: public exportifst_ : IndexedLens i (a, i) (b, i) a b An indexed lens to the first element of a pair, indexed by the other element.
Totality: total
Visibility: public exportisnd_ : IndexedLens i (i, a) (i, b) a b An indexed lens to the second element of a pair, indexed by the other element.
Totality: total
Visibility: public export