blob: 10e4171bf475a0cb1d70fa1b86a16cc3534b679a (
plain) (
blame)
1
2
3
4
5
6
|
The 'haskell-src' package provides support for manipulating Haskell
source code. The package provides a lexer, parser and pretty-printer,
and a definition of a Haskell abstract syntax tree (AST). Common uses
of this package are to parse or generate Haskell 98 code.
WWW: http://hackage.haskell.org/package/haskell-src
|