category-extras-0.53.6: Various modules and constructs inspired by category theoryContentsIndex
Control.Functor.Contra
Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
Documentation
class ContraFunctor f where
Methods
contramap :: (a -> b) -> f b -> f a
show/hide Instances
newtype ContraF a b
Constructors
ContraF
runContraF :: b -> a
show/hide Instances
Produced by Haddock version 2.1.0