Yotam wrote:Is it?
> Of course, once you unbox, all parametric polymorphism is lost
You would have to box the tuple before passing it to a polymorphic function
with the type 'a -> 'a. However, if the function has the type 'a * 'b -> 'b
* 'a then you could always unbox, right?