Idris2Doc : Data.Container.Base.Quantifiers

Data.Container.Base.Quantifiers

(source)

Definitions

dataAllPos : AllShpcs->Type
Totality: total
Visibility: public export
Constructors:
Nil : AllPos []
(::) : Poscs->AllPosss->AllPos (s::ss)
head : AllPos (s::ss) ->c.Poss
Visibility: public export
tail : AllPos (s::ss) ->AllPosss
Visibility: public export
dataAnyPos : AllShpcs->Type
Totality: total
Visibility: public export
Constructors:
Here : c.Poss->AnyPos (s::ss)
There : AnyPosss->AnyPos (s::ss)
dataAnyShpPos : AnyShpcs->Type
  Once we pick a particular shape, we're forced to pick that position

Totality: total
Visibility: public export
Constructors:
Here : c.Poss->AnyShpPos (Heres)
There : AnyShpPosss->AnyShpPos (Theress)
dataAllPos : AllShpcs->Type
Totality: total
Visibility: public export
Constructors:
Nil : AllPos []
(::) : Poscs->AllPosss->AllPos (s::ss)
head : AllPos (s::ss) ->c.Poss
Visibility: public export
tail : AllPos (s::ss) ->AllPosss
Visibility: public export
dataAnyPos : AllShpcs->Type
Totality: total
Visibility: public export
Constructors:
Here : c.Poss->AnyPos (s::ss)
There : AnyPosss->AnyPos (s::ss)
dataAnyShpPos : AnyShpcs->Type
Totality: total
Visibility: public export
Constructors:
Here : c.Poss->AnyShpPos (Heres)
There : AnyShpPosss->AnyShpPos (Theress)