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.
[Skip to Readme]
Modules
- Control
- Arrow
- Kleisli
- Control.Arrow.Kleisli.Class
- Control.Arrow.List
- Control.Arrow.List.Class
- ListLike
- Control.Arrow.ListLike.Class
- Control.Arrow.Sequence
- Kleisli
- Monad
- Control.Monad.Sequence
- Arrow
Downloads
- arrow-list-0.7.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
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 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4 && <5), containers (>=0.3 && <0.7), fail (>=4.9 && <4.10), mtl (>=1.1 && <2.3) [details] |
License | BSD-3-Clause |
Author | Sebastiaan Visser |
Maintainer | code@silk.co |
Category | Control |
Home page | https://github.com/silkapp/arrow-list |
Bug tracker | https://github.com/silkapp/arrow-list/issues |
Source repo | head: git clone https://github.com/silkapp/arrow-list.git |
Uploaded | by ErikHesselink at 2020-10-18T07:56:38Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 7632 total (21 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2020-10-18 [all 3 reports] |