
23 Nov
2009
23 Nov
'09
4:50 a.m.
Hi Yair,
I wrote some Template Haskell templates that I think may be of use to others.
The first generates "in" and "with" functions for newtypes.
This looks very nice. Have you thought about putting this code in to the Derive package? (http://community.haskell.org/~ndm/derive, and also on Hackage). It provides a set of derivations, which can be called from Template Haskell, and a command line program for applying them. By putting them inside Derive you'll get lots of nice things for free, and it will be easier for people to use your code. Thanks, Neil