@hackage haskell-src-exts0.2.1
Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Installation
Dependencies (3)
Dependents (229)
@hackage/hse-cpp, @hackage/explain, @hackage/data-easy, @hackage/hmatrix-syntax, @hackage/opencv, @hackage/precis, Show all…
Package Flags
splitbase
(on by default)
Choose the new smaller, split-up base package.
Haskell-Source with eXtensions (HSX, haskell-src-exts) is an extension of the standard haskell-src package, and handles most common syntactic extensions to Haskell, including:
Multi-parameter type classes with functional dependencies
Empty data declarations
GADTs
Implicit parameters (ghc and hugs style)
Template Haskell (broken for 6.4, needs redoing)
and a few more. Apart from these standard extensions, it also handles regular patterns as per the HaRP extension as well as HSP-style embedded XML syntax (HSP release imminent).
For details on usage, please see the website.