8.5.3 Package Renaming Declarations
1
Syntax
2
Legality Rules
3
The renamed entity shall be a package.
3.1/2
Static Semantics
4
4.1/2
At places where the declaration of the limited
view of the renamed package is visible, a
name
that denotes the
package_renaming_declaration
denotes a limited view of the package (see
10.1.1).
Examples
5
Example of renaming
a package:
6
package TM renames Table_Manager;