Is there a simple way, in 0.4, given the type of a tuple, to know how many entries it has?
When types of tuples were themselves tuples you could just use length, but that no longer works. (I don't have a desperately important use case, it's just the hacky way I wrote some tests in some code I am bringing up-to-date) Thanks, Andrew
