| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
Control.Comonad.Trans.Cofree
Description
Haskell 98 cofree comonads
Documentation
Instances
| ComonadTrans Cofree | |
| Functor f => Functor (Cofree f) | |
| Applicative f => Applicative (Cofree f) | |
| Foldable f => Foldable (Cofree f) | |
| Traversable f => Traversable (Cofree f) | |
| Functor f => Comonad (Cofree f) | |
| Functor f => Extend (Cofree f) | |
| Distributive f => Distributive (Cofree f) | |
| Traversable1 f => Traversable1 (Cofree f) | |
| Foldable1 f => Foldable1 (Cofree f) | |
| Apply f => Apply (Cofree f) | |
| (Eq (f (Cofree f a)), Eq a) => Eq (Cofree f a) | |
| (Ord (f (Cofree f a)), Ord a) => Ord (Cofree f a) | |
| (Read (f (Cofree f a)), Read a) => Read (Cofree f a) | |
| (Show (f (Cofree f a)), Show a) => Show (Cofree f a) |