category-extras-0.52.1: Various modules and constructs inspired by category theorySource codeContentsIndex
Control.Comonad.Fix
Portabilityportable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Description
Documentation
class Comonad w => ComonadFix w whereSource
Methods
cofix :: w (w a -> a) -> aSource
show/hide Instances
Produced by Haddock version 2.3.0