
23 Dec
2011
23 Dec
'11
8:17 a.m.
On Fri, Dec 23, 2011 at 12:46:38PM +0000, Simon Peyton-Jones wrote:
Dear GHC users
I've just discovered something very peculiar with unboxed tuples in GHC.
The problem is that there is no boxed singleton tuple, whereas there is an unboxed singleton tuple, so there is a conflict between the data constructor for singleton and unit, right?: Arguments Boxed Unboxed 3 ( , , ) (# , , #) 2 ( , ) (# , #) 1 (# #) 0 () (# #) Thanks Ian