category-extras-0.53.5: Various modules and constructs inspired by category theorySource codeContentsIndex
Control.Applicative.Parameterized
Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
Documentation
class PPointed f => PApplicative f whereSource
Methods
pap :: f (a -> b) c -> f a c -> f b cSource
show/hide Instances
class PFunctor f Hask Hask => PPointed f whereSource
Methods
preturn :: a -> f a cSource
show/hide Instances
Produced by Haddock version 2.4.2