
5 May
2007
5 May
'07
9:26 a.m.
Hi all, In Haskell, is it possible to declare a type constructor with a variable number of type variables e.g. data Tuple * .... allowing the following declarations: t: Tuple u: Tuple Bool v: Tuple Bool Int w: Tuple Bool Int Char ? E.