
Not very likely. I'm much more enthusisatic about Template Haskell just now, which lets you do similar things in a different way, and much more besides. See my home page http://research.microsoft.com/~simonpj I'm getting on with the implementation. If you are interested, check out the meta-haskell-branch of the CVS tree. It'll become the HEAD as soon as I'm sure I haven't broken anything badly, and thence get into a release. Meanwhile, constructor and field names for Derivable Type Classes languish, I fear. Simon | -----Original Message----- | From: Duncan Coutts [mailto:duncan@coutts.uklinux.net] | Sent: 30 August 2002 13:32 | To: glasgow-haskell-users@haskell.org | Subject: constructor names in generic classes | | | | Is it likely that the ability to access data constructor / | field names as described in the "Derivable type classes" | paper will be implemented any time soon? | | I was playing with a ShowXML / ReadXML library. It would be | much easier for users if they could just write | | instance ShowXML MyData | instance ReadXML MyData | | rather than having to use DrIFT. | | Just wondering. | | Duncan | _______________________________________________ | Glasgow-haskell-users mailing list | Glasgow-haskell-users@haskell.org | http://www.haskell.org/mailman/listinfo/glasgow-| haskell-users |