Open FroMage opened 11 years ago
Well, perhaps, but I'm pretty sure it's trivial to implement in the backend right now, so how much work would that be in the typechecker? Why are we delaying it to 1.1?
Well ceylon/ceylon-spec#560 is anything but trivial.
Ah OK. Not sure why, since from an uneducated perspective, all the machinery for type intersections is already done. The only difference I can see with is
is that we're not refining values by introducing a new binding, but refining a type with no new binding. Is that what the hard part is?
Moving to 1.2
That one should be trivial now that we have reified generics.