Path to this page:
Subject: CVS commit: wip/hs-haskell-src-exts
From: PHO / phonohawk
Date: 2009-06-04 05:34:11
Message id: E1MC3ik-0003pL-9v@ddv4jf1.ch3.sourceforge.com
Log Message:
Import hs-haskell-src-exts-0.4.8 as wip/hs-haskell-src-exts.
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.
Files: