Home

Awesome

haskell-src-exts-qq: quasiquote Haskell

Build Status Hackage

Write programs that generate Haskell programs much more concisely and legibly. This package supports:

Splices may not nested.

We need three different syntaxes for antiquotations, because we do not extend the haskell-src-exts parser in any way and the Template Haskell splicing syntax is only available in expression contexts.