Idris2Doc : Data.Traversable.Indexed

Data.Traversable.Indexed

(source)
An IndTraversable is a Traversable able to read some extra data,
the index.

Reexports

importpublic Data.Foldable.Indexed

Definitions

interfaceIndTraversable : Type-> (Type->Type) ->Type
Parameters: i, t
Constraints: Traversable t, IndFoldable i t
Methods:
itraverse : Applicativef=> (i->a->fb) ->ta->f (tb)

Implementations:
IndTraversable () Maybe
IndTraversablea (Paira)
IndTraversableNatList
IndTraversable (Fink) (Vectk)
itraverse : IndTraversableit=>Applicativef=> (i->a->fb) ->ta->f (tb)
Visibility: public export