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 type a while they run, and a monad transformer YieldT 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, and kan-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

Components