1 2 3 4 5 6 7 8 9 10 11 12 13 | -- -- Copyright (C) 2023, AdaCore -- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -- with Ada.Containers.Vectors; with Prettier_Ada.Documents; package Prettier_Ada.Document_Vectors is new Ada.Containers.Vectors (Positive, Prettier_Ada.Documents.Document_Type, Prettier_Ada.Documents."="); |