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
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to