[Haskell-cafe] GHC ParseTree Module

Jane Ren j2ren at ucsd.edu
Sat Jan 1 21:36:56 CET 2011


 Hi,

Does anyone know what GHC module gets the AST and type info of some source code?  This is the GHC module that converts all of Haskell into an AST with a small number of pattern cases, where each AST node is annotated with the Haskell type.

Thanks


More information about the Haskell-Cafe mailing list