 | category-extras-0.50.3: Various modules and constructs inspired by category theory | Contents | Index |
|
Control.Comonad.Fix | Portability | portable | Stability | experimental | Maintainer | Edward Kmett <ekmett@gmail.com> |
|
|
|
Description |
|
|
|
Documentation |
|
class Comonad w => ComonadFix w where |
| Methods | cofix :: w (w a -> a) -> a |
|
|
|
Produced by Haddock version 2.1.0 |