Idris2Doc : Data.SnocVect.Elem

Data.SnocVect.Elem

(source)

Definitions

dataElem : SnocVectka->a->Type
Totality: total
Visibility: public export
Constructors:
Here : Elem (sx:<x) x
There : Elemsxx->Elem (sx:<y) x

Hint: 
Uninhabited (Elemsxx)
isElem : DecEqa=> (x : a) -> (sx : SnocVectka) ->Dec (Elemsxx)
Totality: total
Visibility: export