category-extras-0.44.1: Various modules and constructs inspired by category theory.Source codeContentsIndex
Control.Functor.Representable
Portabilitynon-portable (class-associated types)
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
Documentation
class Functor f => Representable f x whereSource
Methods
rep :: (x -> a) -> f aSource
unrep :: f a -> (x -> a)Source
show/hide Instances
data EitherF a b c Source
Constructors
EitherF (a -> c) (b -> c)
show/hide Instances
Produced by Haddock version 2.1.0