1 with Ada
.Containers
.Doubly_Linked_Lists
;
2 with Equal11_Interface
;
4 package Equal11_Record
is
8 type My_Record_Type
is new My_Interface_Type
with
14 procedure Put
(R
: in My_Record_Type
);
18 package My_Record_Type_List_Pck
is
19 new Ada
.Containers
.Doubly_Linked_Lists
(Element_Type
=> My_Record_Type
);