@hackage haskell-src-exts-qq0.7
A quasiquoter for haskell-src-exts.
Categories
License
BSD-3-Clause
Maintainer
Mathieu Boespflug <mboes@tweag.net>
Links
Versions
Installation
Dependencies (5)
- base >=4 && <5
- haskell-src-exts >=1.9.0
- haskell-src-meta >=0.3
- syb
- template-haskell Show all…
Dependents (4)
@hackage/global, @hackage/acme-everything, @hackage/dedukti, @hackage/jmacro
Allows one to write programs that generate Haskell programs much more concisely and legibly. This package supports:
term antiquotations,
antiquoting pattern variables in patterns,
antiquoting bound names,
antiquotations in types.
Some types of splicing use custom syntax due to historical reasons. This may change in future releases.