Idris2Doc : Control.Applicative.Indexing

Control.Applicative.Indexing

(source)

Definitions

recordIndexing : Type-> (k->Type) ->k->Type
Totality: total
Visibility: public export
Constructor: 
MkIndexing : (i-> (i, fa)) ->Indexingifa

Projection: 
.runIndexing : Indexingifa->i-> (i, fa)

Hints:
Applicativef=>Applicative (Indexingif)
Contravariantf=>Contravariant (Indexingif)
Functorf=>Functor (Indexingif)
.runIndexing : Indexingifa->i-> (i, fa)
Totality: total
Visibility: public export
runIndexing : Indexingifa->i-> (i, fa)
Totality: total
Visibility: public export
indexing : Numi=> ((a->Indexingifb) ->s->Indexingift) -> (i->a->fb) ->s->ft
Totality: total
Visibility: public export