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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 && <5), haskell-src-meta (>=0.2 && <1), template-haskell (>=2.7 && <2.11) [details]
License BSD-3-Clause
Copyright (c) Matt Morrow
Author Matt Morrow
Maintainer none
Revised Revision 1 made by AdamBergmark at 2016-08-09T11:56:22Z
Category Language
Source repo head: git clone git://github.com/benmachine/applicative-quoters.git
Uploaded by BenMillwood at 2012-09-22T16:23:14Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 9830 total (22 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.8

[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.