Idris2Doc : Data.Vect.Lens

Data.Vect.Lens

(source)

Reexports

importpublic Control.Lens

Definitions

reversed : Iso (Vectna) (Vectnb) (Vectna) (Vectnb)
  An isomorphism between a `Vect` and its reverse.

Totality: total
Visibility: public export
cons_ : Iso (Vect (Sn) a) (Vect (Sn) b) (a, Vectna) (b, Vectnb)
Totality: total
Visibility: public export
head_ : Lens' (Vect (Sn) a) a
Totality: total
Visibility: public export
tail_ : Lens' (Vect (Sn) a) (Vectna)
Totality: total
Visibility: public export
snoc_ : Iso (Vect (Sn) a) (Vect (Sn) b) (Vectna, a) (Vectnb, b)
Totality: total
Visibility: public export
init_ : Lens' (Vect (Sn) a) (Vectna)
Totality: total
Visibility: public export
last_ : Lens' (Vect (Sn) a) a
Totality: total
Visibility: public export