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

https://github.com/basvandijk/monad-batcher

An applicative monad that batches commands for later more efficient execution
https://github.com/basvandijk/monad-batcher

batch-processing haskell-library monad

Last synced: 11 months ago
JSON representation

An applicative monad that batches commands for later more efficient execution

Awesome Lists containing this project

README

          

The `monad-batcher` package provides the `Batcher` applicative monad that
batches commands for later more efficient execution.

See the [example](https://github.com/basvandijk/monad-batcher/blob/master/example/example.hs).

This package can be seen as a lightweight form of Simon Marlow's
[haxl](http://hackage.haskell.org/package/haxl) package.