category-extras-0.53.6: Various modules and constructs inspired by category theoryContentsIndex
Control.Category.Discrete
Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
Documentation
data Discrete a b where
Constructors
Refl :: Discrete a a
show/hide Instances
Category Discrete
mapDiscrete :: Discrete a b -> Discrete (f a) (f b)
cast :: Discrete a b -> a -> b
invDiscrete :: Discrete a b -> Discrete b a
Produced by Haddock version 2.1.0