morphisms-functors-0.1.6: Functors, theirs compositions and transformations
Control.Functor.Polyvariant.Provariant
class Provariant t where Source #
Minimal complete definition
promap
Methods
promap :: (a -> b) -> (c -> d) -> t b c -> t a d Source #
Defined in Data.Functor.Arrow.Straight
promap :: (a -> b) -> (c -> d) -> Straight b c -> Straight a d Source #