inject-function: Lets you write regular monadic functions with the extra feature to be able to inject parameters that can be shared over function composition
An “inject function” is a regular monadic function (like a -> m b), but adds “injected parameters”. You can imagine such a function as an action taking parameters (the regular monadic function parameters) and vertical parameters. When you compose two compatible monadic functions (the regular way is through >=>), you can choose the types of the injected parameters so that, after some compositions, you have a total control of all the process.
Downloads
- inject-function-0.1.0.0.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, 0.1.0.1, 0.1.0.2, 0.2.0.0, 0.2.1.0 |
---|---|
Dependencies | base (>=4.6 && <4.7) [details] |
License | GPL-3.0-only |
Author | DimitriSabadie |
Maintainer | dimitri.sabadie@gmail.com |
Category | Control |
Home page | https://github.com/skypers/inject-function |
Uploaded | by DimitriSabadie at 2013-09-12T18:35:19Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 3921 total (12 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Successful builds reported [all 7 reports] |