Idris2Doc : Control.DistributiveB

Control.DistributiveB

(source)

Definitions

interfaceDistributiveB : (k : Type) -> ((k->Type) ->Type) ->Type
Parameters: k, t
Constraints: FunctorB k t
Constructor: 
MkDistributiveB

Methods:
bdistribute : Functorf=>f (tg) ->t (f.g)
bdistribute : DistributiveBkt=>Functorf=>f (tg) ->t (f.g)
Totality: total
Visibility: public export