category-extras-0.44.1: Various modules and constructs inspired by category theory.Source codeContentsIndex
Control.Comonad.HigherOrder
Portabilitynon-portable (rank-2 polymorphism)
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
extending Neil Ghani and Patrician Johann's HFunctor to higher order comonads
Documentation
class HFunctor w => HComonad w whereSource
Methods
hextract :: Functor f => Natural (w f) fSource
hextend :: (Functor f, Functor g) => Natural (w f) g -> Natural (w f) (w g)Source
Produced by Haddock version 2.3.0