yield
Version 0.0.0.0 revision 0 uploaded by PatrickBrisbin.
Package meta
- Synopsis
- YieldT monad transformer
- Description
This package defines a class
MonadYield a
for monads that can emit values values of typea
while they run, and a monad transformerYieldT a
which implements this class such that the emitted values can be captured in a streaming manner.This is an amalgamation of concepts from
pipes
,conduit
,foldl
, andkan-extensions
, combined into a small self-contained package.- Author
- n/a
- Bug reports
- https://github.com/freckle/yield/issues
- Category
- Streaming
- Copyright
- n/a
- Homepage
- https://github.com/freckle/yield#readme
- Maintainer
- Freckle Education
- Package URL
- n/a
- Stability
- n/a