Narrowing the set of possible types
In E' E, it is checked whether we have finally narrowed down only one type. If not then type error is generated since Ada does not tolerate any type ambiguity in complete expressions.
In E E1 (E 2 ), you can see that it is made sure that E1 and E2 have only one unique type and they are such that they lead to only one unique type for E.
|