antiquoter: Combinator library for quasi- and anti-quoting.
A combinator library to improve the building of anti-quoters. Especially aimed at removing copy-and-paste programming from their definition. Other antiquoting related features could be included in the future.
The modules are
Language.Haskell.AntiQuoter.Base basic types for building antiquoters. It also contains the most detailed example of the basic usage.
Language.Haskell.AntiQuoter.ExpPat making antiquoters which can antiquote both expressions and patters. Therefore only one antiquoter has to be defined in stead of two.
Language.Haskell.AntiQuoter.Combinators more useful combinators to use with the functions from Language.Haskell.AntiQuoter.ExpPat.
Modules
[Index]
Downloads
- antiquoter-0.1.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.1.0 |
---|---|
Dependencies | base (>=4 && <5), syb, template-haskell (>=2.3) [details] |
Tested with | ghc ==7.4.1, ghc ==7.6.2 |
License | BSD-3-Clause |
Copyright | Lars Corbijn |
Author | Lars Corbijn |
Maintainer | aspergesoepje@gmail.com |
Category | Template Haskell |
Source repo | head: git clone https://github.com/Laar/antiquoter |
Uploaded | by LarsCorbijn at 2013-04-14T18:51:17Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 2175 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] |