control-dotdotdot: Haskell operator `g ... f = \x1 .. xn -> g (f x1 .. xn)`.

[ bsd3, control, library ] [ Propose Tags ]

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.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

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 && <4.10) [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 0.1.0.0)
Uploaded by erisco at 2017-08-16T03:07:04Z
Distributions NixOS:0.1.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1573 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-08-16 [all 1 reports]