inject-function: Monadic functions with injected parameters.
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.2.1.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-13T09:05:29Z |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 3968 total (11 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |