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 && <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 1560 total (11 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]