Files
VSS/source/text/implementation/vss-implementation.ads
2022-06-21 10:14:14 +03:00

18 lines
359 B
Ada

--
-- Copyright (C) 2020-2022, AdaCore
--
-- SPDX-License-Identifier: Apache-2.0
--
-- @private
--
-- Root of hierarchy of the internal implementation units. All code in this
-- hierarchy is subject to change. Applications MUST NOT use this package and
-- its children packages.
package VSS.Implementation is
pragma Pure;
end VSS.Implementation;