Change History (3)
comment:1 by , 8 years ago
comment:3 by , 8 years ago
That's an interesting observation. I'm not sure why it's commented, but it might be necessary for assertions?
In any case, I've handled the zero_t case separately for tuple specialization, since zero_t is special.
Note:
See TracTickets
for help on using tickets.
There's a commented-out line 808 in prelude.cf, that looks like it would do the right thing:
// forall( ftype FT ) void ?{}( FT * *, zero_t );
It looks like Rob put it in in commit 0b150ecc back in late May -- Rob, do you remember why it's commented out?