Idris2Doc : Data.CheckedEmpty.List.Lazy.Quantifiers

Data.CheckedEmpty.List.Lazy.Quantifiers

(source)

Definitions

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

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

Hint: 
Either (Uninhabited (px)) (Uninhabited (Allpxs)) =>Uninhabited (Allp (x:: Delay 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->LazyLstnea
Totality: total
Visibility: public export
all : ((x : a) ->Dec (px)) -> (xs : LazyLst{_:6221}a) ->Dec (Allpxs)
Totality: total
Visibility: public export
index : (idx : Fin (xs.length)) ->Allpxs->p (indexidxxs)
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
pullOut : LazyLstne (Subsetap) ->Subset (LazyLstnea) (Allp)
Totality: total
Visibility: public export