Type system fix: need to add unpacking to the type system
ie concerning things like: a, b = 1, 2 The irgen phase already knows how to do unpacking in a type-analyzed way (a and b will be of type int), but type speculation needed to have that added.
Showing
Please register or sign in to comment