control-dotdotdot: Haskell operator `g ... f = \x1 .. xn -> g (f x1 .. xn)`.
Haskell operator `g ... f = x1 .. xn -> g (f x1 .. xn)`. Compose functions such that all arguments are applied. Obviates `(.).(.)` and similar patterns in some cases.
Downloads
- control-dotdotdot-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.9 && <5) [details] |
License | BSD-3-Clause |
Author | Eric Brisco |
Maintainer | eric.brisco@gmail.com |
Category | Control |
Home page | https://github.com/erisco/control-dotdotdot |
Source repo | this: git clone http://github.com/erisco/control-dotdotdot.git(tag v0.1.0.1) |
Uploaded | by erisco at 2018-01-21T18:24:49Z |
Distributions | NixOS:0.1.0.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1657 total (15 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2018-01-21 [all 1 reports] |