From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ce0900b60ca3f616 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-10 07:28:40 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!ppp-1-117.cvx1.telinco.NET!not-for-mail From: "Nick Roberts" Newsgroups: comp.lang.ada Subject: Re: List container strawman Date: Sat, 10 Nov 2001 04:52:31 -0000 Message-ID: <9sjh35$13h6f2$1@ID-25716.news.dfncis.de> References: <3BE29AF4.80804@telepath.com> <3BE29BD4.10401@telepath.com> <3BE2DB99.B707D409@boeing.com> <3BE32A18.18404AD1@boeing.com> <3BE443DE.574D669C@acm.org> <3BE58FDD.E1FB1815@san.rr.com> NNTP-Posting-Host: ppp-1-117.cvx1.telinco.net (212.1.136.117) X-Trace: fu-berlin.de 1005406118 37263842 212.1.136.117 (16 [25716]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:16217 Date: 2001-11-10T04:52:31+00:00 List-Id: "Larry Kilgallen" wrote in message news:RyJAqQJQiv6e@eisner.encompasserve.org... > ... > Is it possible for them to have the same profile, allowing people > to switch easily if they change their mind or need to debug ? The answer to this is yes: by basing them both on an abstract type. (On the other hand, I've demonstrated in another post in this thread that you don't need insert or delete anyway.) -- Nick Roberts