machinecell: Arrow based stream transducers

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Stream processing library similar to pipes, couduit, machines. With support of arrow combinatins, or the arrow notation. AFRP-like utilities are also available.


[Skip to Readme]

Properties

Versions 1.0.0, 1.0.1, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.3.1, 2.0.0, 2.0.1, 2.1.0, 3.0.0, 3.0.1, 3.1.0, 3.2.0, 3.3.0, 3.3.1, 3.3.2, 4.0.0, 4.0.1
Change log CHANGELOG.md
Dependencies base (>=4.0 && <5.0), free (>=4.0 && <5.0), haddock (>=0.6), mtl (>=2.0), profunctors (>=4.0) [details]
License BSD-3-Clause
Copyright Copyright (c) 2014 Hidenori Azuma
Author Hidenori Azuma
Maintainer Hidenori Azuma <as.capabl@gmail.com>
Category Control
Source repo head: git clone https://github.com/as-capabl/machinecell.git -b master
this: git clone https://github.com/as-capabl/machinecell.git(tag release-1.0.1)
Uploaded by HidenoriAzuma at 2014-06-16T13:07:40Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for machinecell-1.0.1

[back to package description]

machinecell

Arrow based stream transducer.

Description

Coroutine-style stream processing library with support of arrow combinatins. AFRP-like utilities are also available.

Usage

See example of test/Main.hs