RE: Question about Haskell AST

2011-02-22 Thread Simon Peyton-Jones
...@haskell.org | Subject: Re: Question about Haskell AST | | | Hi Jane, | | On Mon, Feb 21, 2011 at 11:46:16PM -0800, Jane Ren wrote: | > | > Did you mean I have to include the dflags like below to get the parsetree | of a base library file like libraries/base/GHC/List.lhs | > | > I

Re: Question about Haskell AST

2011-02-22 Thread Ian Lynagh
Hi Jane, On Mon, Feb 21, 2011 at 11:46:16PM -0800, Jane Ren wrote: > > Did you mean I have to include the dflags like below to get the parsetree of > a base library file like libraries/base/GHC/List.lhs > > I am stilling getting the same error > AstWalker: panic! (the 'impossible' happened)

RE: Question about Haskell AST

2011-01-25 Thread Simon Peyton-Jones
From: Jane Ren [mailto:j2...@ucsd.edu] | Sent: 24 January 2011 17:20 | To: Simon Peyton-Jones; glasgow-haskell-us...@haskell.org | Subject: RE: Question about Haskell AST | | Hi Simon, | | That is exactly what I needed. However, although I was able to get the | patterns from the parse tree for