Re: TupleT type constructor

"Alfonso Acosta" <[email protected]> Fri, 2 Nov 2007 19:44:57 +0100
Newsgroups gmane.comp.lang.haskell.template
Message-ID <[email protected]>
On 11/2/07, Simon Peyton-Jones <[email protected]> wrote:
> I agree.  As in: I would not be opposed to removing it.  But we'd just need to be sure there was a convenient way of conjuring up the appropriate data constructor for an n-tuple.

TH.Syntax already provides:

tupleTypeName :: Int -> Name
tupleDataName :: Int -> Name

IMHO, that should be enough