Idris2Doc : Data.Functor.Restricted

Data.Functor.Restricted

(source)
An attempt at a class of functors defined on a subclass of Type.

Definitions

interfaceRFunctor : (Type->Type) -> (Type->Type) ->Type
Parameters: r, f
Methods:
rmap : (rx, ry) => (x->y) ->fx->fy

Implementation: 
RFunctorOrdSortedSet
rmap : RFunctorrf=> (rx, ry) => (x->y) ->fx->fy
Visibility: public export