The arrow-list package
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.
Properties
| Versions | 0.1.0, 0.2.0, 0.6, 0.6.1 |
|---|---|
| Dependencies | base (4.*), containers (≥0.3 & <0.5), mtl (≥1.1 & <2.1) |
| License | BSD3 |
| Author | Sebastiaan Visser |
| Maintainer | haskell@fvisser.nl |
| Category | Control |
| Upload date | Sat Apr 21 13:08:54 UTC 2012 |
| Uploaded by | SebastiaanVisser |
| Built on | ghc-7.4 |
Modules
Downloads
- arrow-list-0.6.tar.gz (Cabal source package)
- package description (included in the package)