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, or machines.

Arrow combinatins are supported and can be used with the arrow notation. AFRP-like utilities are also available.


[Skip to Readme]

Properties

Versions 1.0.0, 1.0.1, 1.1.0, 1.1.1, 1.2.0, 1.3.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 arrows (>=0.4.1.2), base (>=4.0 && <5.0), free (>=4.5), mtl (>=2.0.1.1), profunctors (>=4.0), semigroups (>=0.8.3.1) [details]
License BSD-3-Clause
Copyright Copyright (c) 2014 Hidenori Azuma
Author Hidenori Azuma
Maintainer Hidenori Azuma <as.capabl@gmail.com>
Category Control, FRP, Reactivity
Home page http://github.com/as-capabl/machinecell
Bug tracker http://github.com/as-capabl/machinecell/issues
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.3.0)
Uploaded by HidenoriAzuma at 2015-01-25T08:33:04Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for machinecell-1.3.0

[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