
8 Feb
2012
8 Feb
'12
5:25 p.m.
On Tue, Jan 24, 2012 at 09:55:35AM -0800, Conal Elliott wrote:
I'm looking for a reliable way to turn values into Template Haskell expressions. I thought dataToExpQ from Language.Haskell.TH.Quote was the ticket, but it appears to produce constructors different from those produced by [| ... |], including [], (:), (), and (,).
I've fixed this in the HEAD. Thanks Ian