(under construction)
with Ada.Containers.Doubly_Linked_Lists; package Bookstore.Cart_Items.Lists is new Ada.Containers.Doubly_Linked_Lists (Element_Type => Shopping_Cart_Item); 5