The latest version of haskell-src-exts-qq is 0.7-0.

haskell-src-exts-qq

Version 0.4.0 revision 0 uploaded by MathieuBoespflug.

Package meta

Synopsis
A quasiquoter for haskell-src-exts.
Description

Allows one to write programs that generate Haskell programs much more concisely and legibly. This package supports:

  • Antiquotations, denoted by stealing the splice syntax of Template Haskell, for example [$hs| $x ++ $(Hs.strE "bar") |]. Splices may not nested.

  • Antiquoting names in patterns. Names that are antiquoted appear surrounded by double parentheses. For instance:

let f = Hs.name "foo" in [$hs| ((f)) x = x + x |]
Author
Mathieu Boespflug
Bug reports
n/a
Category
Language
Copyright
n/a
Homepage
n/a
Maintainer
Mathieu Boespflug <mboes@tweag.net>
Package URL
n/a
Stability
n/a

Components