hs2ast

Last updated: 2019-01-08 13:11:51 +0000

Upstream URL: git clone http://chriswarbo.net/git/hs2ast.git

Repo

View repository

View issue tracker

Contents of README.md follows


HS2AST: Haskell Syntax Tree Extraction

This project defines a library for turning arbitrary Haskell values in the <code>Data.Data</code> class into s-expressions. Special handling is included for the Core datatypes from GHC.