Re: TyThing->HsSyn code

2009-09-08 Thread Simon Marlow
On 12/08/2009 04:55, Isaac Dupree wrote: Here's the code I wrote for Haddock to convert TyThing to HsSyn, in a module (attached)... did you want to include this in GHC? Does it have any little things you wanted me to clean up first? I removed all the srcloc information because it was mostly wrong

TyThing->HsSyn code

2009-08-11 Thread Isaac Dupree
Here's the code I wrote for Haddock to convert TyThing to HsSyn, in a module (attached)... did you want to include this in GHC? Does it have any little things you wanted me to clean up first? I removed all the srcloc information because it was mostly wrong and definitely incomplete. -Isaac