[Haskell-cafe] GHC ParseTree Module

2011-01-01 Thread Jane Ren
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

[Haskell-cafe] Haskell Parse Tree

2010-12-21 Thread Jane Ren
Hi, Does anyone know how to get the parse tree of a piece of Haskell code? Any recommended documentation? Thanks ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe