Idris2Doc : Data.CheckedEmpty.List.Quantifiers

Data.CheckedEmpty.List.Quantifiers

(source)

Definitions

dataAny : (0_ : (a->Type)) ->Lstnea->Type
Totality: total
Visibility: public export
Constructors:
Here : px->Anyp (x::xs)
There : Anypxs->Anyp (x::xs)

Hints:
Uninhabited (Anyp [])
Uninhabited (px) =>Uninhabited (Anypxs) =>Uninhabited (Anyp (x::xs))
mapProperty : (px->qx) ->Anypl->Anyql
Totality: total
Visibility: public export
any : ((x : a) ->Dec (px)) -> (xs : Lstnea) ->Dec (Anypxs)
Totality: total
Visibility: public export
toExists : Anypxs->Existsp
Totality: total
Visibility: public export
dataAll : (0_ : (a->Type)) ->Lstnea->Type
Totality: total
Visibility: public export
Constructors:
Nil : Allp []
(::) : px->Allpxs->Allp (x::xs)

Hint: 
Either (Uninhabited (px)) (Uninhabited (Allpxs)) =>Uninhabited (Allp (x::xs))
mapProperty : (px->qx) ->Allpl->Allql
Totality: total
Visibility: public export
zipPropertyWith : (px->qx->rx) ->Allpxs->Allqxs->Allrxs
Totality: total
Visibility: public export
imapProperty : (0i : (a->Type)) -> (ix=>px->qx) ->Allixs=>Allpxs->Allqxs
Totality: total
Visibility: public export
forget : All (consta) b->Lstnea
Totality: total
Visibility: public export
all : ((x : a) ->Dec (px)) -> (xs : Lst{_:6215}a) ->Dec (Allpxs)
Totality: total
Visibility: public export
index : (idx : Fin (xs.length)) ->Allpxs->p (indexidxxs)
Totality: total
Visibility: public export
HLst : LstneType->Type
  Heterogeneous list

Totality: total
Visibility: public export
negAnyAll : Not (Anypxs) ->All (Not.p) xs
Totality: total
Visibility: export
anyNegAll : Any (Not.p) xs->Not (Allpxs)
Totality: total
Visibility: export
allNegAny : All (Not.p) xs->Not (Anypxs)
Totality: total
Visibility: export
indexAll : Elemxxs->Allpxs->px
Totality: total
Visibility: public export
pushIn : (xs : Lstnea) -> (0_ : Allpxs) ->Lstne (Subsetap)
Totality: total
Visibility: public export
pullOut : Lstne (Subsetap) ->Subset (Lstnea) (Allp)
Totality: total
Visibility: public export
pushInOutInverse : (xs : Lstnea) -> (0prf : Allpxs) ->pullOut (pushInxsprf) =Elementxsprf
Totality: total
Visibility: export
pushOutInInverse : (xs : Lstne (Subsetap)) ->uncurrypushIn (pullOutxs) =xs
Totality: total
Visibility: export