Currently in E-on-Java, the differences between small Integers and BigIntegers are sometimes visible. To repair this, we need to always report the types of these as EInt. However, currently, EInt does not have the protocols currently duplicated between Integer (together with its sugar) and BigInteger (together with its sugar). To repair this, EInt should steal its vtable from one but then compare with the other to ensure they agree.
Logged In: YES
user_id=54168
Originator: YES
Kevin clarifies:
comment is incorrect: the differences have now been hidden!
the sameness bug *is fixed*. the useful-alleged-type is the only problem now