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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.

Properties

Versions 0.1.0.0, 0.1.0.1, 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:30Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees