3.5. Section 10: Program Structure and Compilation Issues

Q: 10.2.1(12): Consistent Representation

Q: 10.2.1(12): Consistent Representation

In an implementation, a type declared in a pre-elaborated package should have the same representation in every elaboration of a given version of the package, whether the elaborations occur in distinct executions of the same program, or in executions of distinct programs or partitions that include the given version.

A: Followed.