[Template-haskell] Big TH commit
Ian Lynagh
igloo at earth.li
Thu Dec 18 04:21:25 EST 2003
On Thu, Nov 06, 2003 at 05:19:08PM -0000, Simon Peyton-Jones wrote:
>
> data TH_reifyDecl1.R a_1627393116 = TH_reifyDecl1.C a_1627393116
>
> Now there's nothing wrong with this, but it might make sense for the
> pretty-printer (now in THLib) to clean it up.
I'll do this - looks like it wants monadicising :-/
While I'm there I think it makes sense to change it to use a single
pprTH (I think stealing the name ppr would be a bit rude) function (in a
PprTH class) rather than a function per type.
Thanks
Ian
More information about the template-haskell
mailing list