applicative-quoters: Quasiquoters for idiom brackets and an applicative do-notation

[ bsd3, language, library ] [ Propose Tags ]

Quasiquoters taken from Matt Morrow's haskell-src-meta to implement Conor McBride's idiom brackets, and a do-notation that only requires Applicative (and is correspondingly less powerful).

applicative-quoters currently has no maintainer: if it is broken and you want it to be fixed, then fix it!


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8
Change log ChangeLog
Dependencies base (>=4 && <4.7), haskell-src-meta (>=0.2 && <0.7), notcpp (<0.3), template-haskell (>=2.7 && <2.9) [details]
License BSD-3-Clause
Copyright (c) Matt Morrow
Author Matt Morrow
Maintainer none
Category Language
Source repo head: git clone git://github.com/benmachine/applicative-quoters.git
Uploaded by BenMillwood at 2012-09-13T23:52:01Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 9832 total (24 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]

Readme for applicative-quoters-0.1.0.7

[back to package description]
applicative-quoters provides two quasiquoters to be used with
applicative functors: a do-notation-alike, ado, and an attempt to
emulate Conor McBride's idiom brackets.

They are originally taken from Matt Morrow's haskell-src-meta package,
before he disappeared forever and I took up maintainership of it.

However, I no longer maintain it, since it is unused even by me. If
you're interested in keeping it updated, feel free to take over.