applicative-splice: Write applicative programs in direct style (generalizes idiom brackets).

[ control, library, public-domain ] [ Propose Tags ]

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.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

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 945 total (5 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]