Name : ghc-enumerator
| |
Version : 0.4.20
| Vendor : Fedora Project
|
Release : 5.fc26
| Date : 2017-02-26 13:53:12
|
Group : Unspecified
| Source RPM : ghc-enumerator-0.4.20-5.fc26.src.rpm
|
Size : 0.57 MB
| |
Packager : Fedora Project
| |
Summary : Reliable, high-performance processing with left-fold enumerators
|
Description :
Enumerators are an efficient, predictable, and safe alternative to lazy I/O. Discovered by Oleg Kiselyov, they allow large datasets to be processed in near-constant space by pure code. Although somewhat more complex to write, using enumerators instead of lazy I/O produces more correct programs.
This library contains an enumerator implementation for Haskell, designed to be both simple and efficient. Three core types are defined, along with numerous helper functions:
* /Iteratee/: Data sinks, analogous to left folds. Iteratees consume a sequence of /input/ values, and generate a single /output/ value. Many iteratees are designed to perform side effects (such as printing to stdout), so they can also be used as monad transformers.
* /Enumerator/: Data sources, which generate input sequences. Typical enumerators read from a file handle, socket, random number generator, or other external stream. To operate, enumerators are passed an iteratee, and provide that iteratee with input until either the iteratee has completed its computation, or EOF.
* /Enumeratee/: Data transformers, which operate as both enumerators and iteratees. Enumeratees read from an /outer/ enumerator, and provide the transformed data to an /inner/ iteratee.
|
RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/26/Everything/x86_64/os/Packages/g |