summaryrefslogtreecommitdiff
path: root/devel/hs-haskell-src-exts/DESCR
blob: 42d390b4eb00b12e940331454b1467be22431ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.