The latest version of haskell-tools-ast is 1.1.1.0-0.

haskell-tools-ast

Version 0.1.2.1 revision 0 uploaded by lazac.

Package meta

Synopsis
Haskell AST for efficient tooling
Description

A representation of a Haskell Syntax tree that contain source-related and semantic annotations. These annotations help developer tools to work with the defined program. The source information enables refactoring and program transformation tools to change the source code without losing the original format (layout, comments) of the source. Semantic information helps analyzing the program. The representation is different from the GHC's syntax tree. It contains information from all representations in GHC (different version of syntax trees, lexical and module-level information).

Author
Boldizsar Nemeth
Bug reports
n/a
Category
Language
Copyright
n/a
Homepage
https://github.com/nboldi/haskell-tools
Maintainer
nboldi@elte.hu
Package URL
n/a
Stability
n/a

Components