| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
Data.Stream.Branching
Contents
Description
The type of streams
Instances
| Functor f => Functor (Stream f) | |
| Applicative f => Applicative (Stream f) | |
| Functor f => Comonad (Stream f) | |
| FunctorApply f => ComonadApply (Stream f) | |
| FunctorApply f => FunctorApply (Stream f) | |
| (Eq (f (Stream f a)), Eq a) => Eq (Stream f a) | |
| (Ord (f (Stream f a)), Ord a) => Ord (Stream f a) | |
| (Show (f (Stream f a)), Show a) => Show (Stream f a) |