Prune devel/py-EnthoughtBase
[dports.git] / devel / hs-preprocessor-tools / pkg-descr
1 This library provides a quick-and-dirty (but often effective) method for
2 extending Haskell's syntax using a custom preprocessor.  It parses
3 Haskell into a bare-bones AST with just enough knowledge of the syntax
4 to preserve nesting, and then allows transformations on the AST.
5
6 WWW: http://www.eecs.harvard.edu/~tov/pubs/haskell-session-types/