An open API service indexing awesome lists of open source software.

https://github.com/freckle/yield

Haskell package defining a class MonadYield for monads that can emit values values while they run, and a monad transformer YieldT which implements this class such that the emitted values can be captured in a streaming manner.
https://github.com/freckle/yield

ghvm-managed haskell

Last synced: 4 months ago
JSON representation

Haskell package defining a class MonadYield for monads that can emit values values while they run, and a monad transformer YieldT which implements this class such that the emitted values can be captured in a streaming manner.

Awesome Lists containing this project

README

          

# yield