morphisms-functors-0.1.7: Functors, theirs compositions and transformations

Safe HaskellSafe
LanguageHaskell2010

Control.Functor.Polyvariant.Orpvariant

Documentation

class Orpvariant t where Source #

Minimal complete definition

orpmap

Methods

orpmap :: (a -> b) -> (c -> d) -> t a d -> t b c Source #

Instances
Orpvariant Opposite Source # 
Instance details

Defined in Data.Functor.Arrow.Opposite

Methods

orpmap :: (a -> b) -> (c -> d) -> Opposite a d -> Opposite b c Source #