!editorial comment 103 !topic clarification regarding task types !reference ASIS 95-17.1 !from Sergey Rybin 98-02-06 In Section 17.1 (function Corresponding_Expression_Type), the following explanation current exists: -- Returns a Nil_Element for the following classes of expressions that do not -- have a Corresponding_Expression_Type: -- -- - Naming expressions that name packages, subprograms, tasks, etc. These -- expressions do have a Corresponding_Name_Definition and a -- Corresponding_Name_Declaration. Append the following: -- Although task objects do have -- a type, this query is limited, on purpose. Thus, when a naming -- expression is given to this query (for packages, subprograms, -- tasks, etc.), this query will return Nil_Element. As the -- Application Note below indicates, if any further information -- is needed, the element should be queried by -- Corresponding_Name_Definition or Corresponding_Name_Declaration, -- which should eventually return an A_Task_Type_Declaration element. !resolution Accept. Addition made. See Issue #088 which makes other changes in this general area.