Copyright | (C) 2011 Edward Kmett |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Edward Kmett <[email protected]> |
Stability | provisional |
Portability | portable |
Safe Haskell | Trustworthy |
Language | Haskell98 |
Data.Stream.Future
Description
Documentation
Instances
Functor Future | |
Applicative Future | |
Foldable Future | |
Traversable Future | |
Comonad Future | |
ComonadApply Future | |
Traversable1 Future | |
Alt Future | |
Apply Future | |
Extend Future | |
Foldable1 Future | |
Eq a => Eq (Future a) | |
Data a => Data (Future a) | |
Ord a => Ord (Future a) | |
Read a => Read (Future a) | |
Show a => Show (Future a) | |
Semigroup (Future a) | |
Typeable (* -> *) Future |