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,3f2295ac59ed2cc0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-29 13:59:34 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!130.133.1.3!fu-berlin.de!uni-berlin.de!ppp-1-86.cvx2.telinco.NET!not-for-mail From: "Nick Roberts" Newsgroups: comp.lang.ada Subject: Re: List Container Straw Man (NJR V5R1) Date: Thu, 29 Nov 2001 21:59:27 -0000 Message-ID: <9u6b44$6ipoh$1@ID-25716.news.dfncis.de> References: <9u6ahm$6gdc1$1@ID-25716.news.dfncis.de> NNTP-Posting-Host: ppp-1-86.cvx2.telinco.net (212.1.140.86) X-Trace: fu-berlin.de 1007071173 6907665 212.1.140.86 (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:17195 Date: 2001-11-29T21:59:27+00:00 List-Id: "Nick Roberts" wrote in message news:9u6ahm$6gdc1$1@ID-25716.news.dfncis.de... > (1) all the absolute (index-based) operations could go into a child package > SCL.Lists.[Unb|B]ounded.Absolute (allowing the Absolute_ prefixes to be > dropped); > > (2) all the cursor declarations and cursor-based operations could go into a > child package SCL.Lists.[Unb|B]ounded.Cursors; Inner packages rather than child packages (so they don't have to be generic). -- Best wishes, Nick Roberts