adayaml_0.3.0_ab19e387/src/interface/yaml-dom-vectors.ads

1
2
3
4
5
6
7
--  part of AdaYaml, (c) 2017 Felix Krause
--  released under the terms of the MIT license, see the file "copying.txt"

with Ada.Containers.Indefinite_Vectors;

package Yaml.Dom.Vectors is new Ada.Containers.Indefinite_Vectors
  (Positive, Document_Reference);