haskell-src-exts-0.4.8: Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printerContentsIndex
haskell-src-exts-0.4.8: Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer

Haskell-Source with Extensions (HSE, 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
  • Indexed type families (including associated types)
  • Empty data declarations
  • GADTs
  • Implicit parameters
  • Template Haskell

and a few more. Apart from these standard extensions, it also handles regular patterns as per the HaRP extension as well as HSX-style embedded XML syntax.

For details on usage, please see the website.

Modules
show/hideLanguage
show/hideHaskell
show/hideLanguage.Haskell.Exts
Language.Haskell.Exts.Build
Language.Haskell.Exts.Parser
Language.Haskell.Exts.Pretty
Language.Haskell.Exts.Syntax
Produced by Haddock version 2.4.2