arrow-list: List arrows for Haskell.
This small Haskell library provides some type class, types
and functions to work with list (and list-like) arrows. List
arrows represent computations that may return multiple
outputs. Making functions that return lists an instance of
both the Category
and Arrow
type class allow you to
easily compose multiple computations into one with standard
building blocks.
Modules
[Index]
Downloads
- arrow-list-0.6.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0, 0.2.0, 0.6, 0.6.1, 0.6.1.4, 0.6.1.5, 0.7, 0.7.1 |
---|---|
Dependencies | base (>=4 && <4.6), containers (>=0.3 && <0.5), mtl (>=1.1 && <2.1) [details] |
License | BSD-3-Clause |
Author | Sebastiaan Visser |
Maintainer | haskell@fvisser.nl |
Revised | Revision 1 made by AdamBergmark at 2015-04-03T12:09:42Z |
Category | Control |
Uploaded | by SebastiaanVisser at 2012-04-21T13:08:54Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 7672 total (22 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |