| Copyright | (C) 2011-2015 Edward Kmett |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
| 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 # | |
| Foldable1 Future # | |
| Alt Future # | |
| Apply Future # | |
| Extend Future # | |
| IsList (Future a) # | |
| 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) # | |
| type Item (Future a) # | |