applicative-splice: Write applicative programs in direct style (generalizes idiom brackets).
This package defines a quasiquoter that lets you write your monadic/applicative programs in direct style, i.e. the style in which you would write it in a language with side effects. Unlike actual side effects, this does not affect purity of the langauge, because it's just a syntactic sugar around the usual (<$>), (<*>) and (>>=) functions.
Downloads
- applicative-splice-0.0.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.0.0.0 |
---|---|
Dependencies | base (>=4.8 && <5), haskell-src-exts, haskell-src-meta, mtl, syb, template-haskell [details] |
License | LicenseRef-PublicDomain |
Author | Takano Akio |
Maintainer | aljee@hyper.cx |
Category | Control |
Home page | https://github.com/takano-akio/applicative-splice |
Source repo | head: git clone https://github.com/takano-akio/applicative-splices.git |
Uploaded | by AkioTakano at 2016-04-17T14:04:10Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 976 total (4 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-04-17 [all 1 reports] |