Idris2Doc : Data.List.Fresh.Elem

Data.List.Fresh.Elem

(source)

Definitions

dataElem : a->FreshListaneq->Type
Totality: total
Visibility: public export
Constructors:
Here : Elemx (x::xs)
There : Elemyxs->Elemy (x::xs)

Hints:
Uninhabited (Here=Theree)
Uninhabited (Theree=Here)
.recall : (xs : FreshListaneq) ->Elemxxs->a
Totality: total
Visibility: public export
recallId : (xs : FreshListaneq) -> (pos : Elemxxs) ->xs.recallpos=x
Totality: total
Visibility: public export