Defect in example - 6.5.3.4 File Interface Type Declaration
The following is given as an example for a generic package with a generic file designator:
package I1 is new P1
generic map (
designated_subtype => string,
file_type => line
);
Shouldnt that be:
file_type => text
The same issue exists in both examples in this section. This appears to be a copy/paste error from the access type example in section 6.5.3.3
Edited by Richard Head