haskell-src-exts-qq

A quasiquoter for haskell-src-exts.

Latest on Hackage:0.7

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Mathieu Boespflug
Maintained by Mathieu Boespflug

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.