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,cda33fc7f63c2885 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-10 21:34:16 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!wn2feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi_feed3!attbi.com!rwcrnsc54.POSTED!not-for-mail Message-ID: <3C3E798D.CCF05098@attbi.com> From: Mark Biggar X-Mailer: Mozilla 4.79 [en]C-{C-UDP; EBM-SONY1} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: list strawman References: <6i%_7.8890$fG.50588@rwcrnsc51.ops.asp.att.net> <4519e058.0201100639.76966716@posting.google.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 12.234.195.83 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc54 1010727255 12.234.195.83 (Fri, 11 Jan 2002 05:34:15 GMT) NNTP-Posting-Date: Fri, 11 Jan 2002 05:34:15 GMT Organization: AT&T Broadband Date: Fri, 11 Jan 2002 05:34:15 GMT Xref: archiver1.google.com comp.lang.ada:18757 Date: 2002-01-11T05:34:15+00:00 List-Id: Ted Dennison wrote: > I'd like to see if anyone has a good objection to it, but I personally > can't see one. The only issue I can see is that it takes your typical > instantiation from: > > package Integer_Lists is new Containers.Lists.Unbounded (Integer); > > to > > package Integer_List is new Containers.Lists.Unbounded (Integer, > "="); > > Instructors will have to explain the purpose of the extra parameter, > but I don't think that's too big a deal. I'd like to hear from one of > them though. use "is <>" for "=" then the user only needs to explicitly specify it if it isn't named "=". -- Mark Biggar mark.a.biggar@attbi.com