Idris2Doc : Data.Indexed.Fixed

Data.Indexed.Fixed

(source)
We can regarding any functor as indexed, with a specified fixed
index.

Definitions

recordFixIndex : i-> (Type->Type) ->Type->Type
Totality: total
Visibility: public export
Constructor: 
WithIndex : fa->FixIndexxfa

Projection: 
.unIndex : FixIndexxfa->fa

Hints:
Filterablef=>Filterable (FixIndexxf)
Foldablef=>Foldable (FixIndexxf)
Functorf=>Functor (FixIndexxf)
Filterablef=>IndFilterablei (FixIndexxf)
Foldablef=>IndFoldablei (FixIndexxf)
Functorf=>IndFunctori (FixIndexxf)
Traversablef=>IndTraversablei (FixIndexxf)
Witherablef=>IndWitherablei (FixIndexxf)
Traversablef=>Traversable (FixIndexxf)
Witherablef=>Witherable (FixIndexxf)
.unIndex : FixIndexxfa->fa
Visibility: public export
unIndex : FixIndexxfa->fa
Visibility: public export