Idris2Doc : Control.TraversableB

Control.TraversableB

(source)

Definitions

interfaceTraversableB : (k : Type) -> ((k->Type) ->Type) ->Type
Parameters: k, t
Constraints: FunctorB k t
Constructor: 
MkTraversableB

Methods:
btraverse_ : Applicativee=> ((0a : k) ->fa->e (ga)) ->tf->e (tg)
btraverse_ : TraversableBkt=>Applicativee=> ((0a : k) ->fa->e (ga)) ->tf->e (tg)
Totality: total
Visibility: public export
btraverse : Applicativee=>TraversableBkt=> (fa->e (ga)) ->tf->e (tg)
Totality: total
Visibility: public export
bsequence : Applicativee=>TraversableBkt=>t (e.f) ->e (tf)
Totality: total
Visibility: public export
bsequence' : Applicativee=>TraversableBTypet=>te->e (tI)
Totality: total
Visibility: public export
bfoldMap : Monoidm=>TraversableBkt=> (fa->m) ->tf->m
Totality: total
Visibility: public export