Idris2Doc : Data.DFunctor

Data.DFunctor

(source)

Definitions

interfaceDFunctor : ((t->Type) ->Type) ->Type
  Dependent version of `Functor`

Parameters: f
Methods:
dmap : (ax->bx) ->fa->fb
  Analogous to `map`
dmap : DFunctorf=> (ax->bx) ->fa->fb
  Analogous to `map`

Visibility: public export