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,93ab7fc5388e249 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-05 16:34:44 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!howland.erols.net!nntp.abs.net!uunet!dca.uu.net!ash.uu.net!xyzzy!nntp From: Jeffrey Carter Subject: Re: List container strawman 1.3 X-Nntp-Posting-Host: e246420.msc.az.boeing.com Content-Type: text/plain; charset=us-ascii Message-ID: <3C0EB963.93559770@boeing.com> Sender: nntp@news.boeing.com (Boeing NNTP News Access) Content-Transfer-Encoding: 7bit Organization: The Boeing Company X-Accept-Language: en References: <3C0E1E7E.CA7113F4@brighton.ac.uk> <9ulni1$d58$1@a1-hrz.uni-duisburg.de> Mime-Version: 1.0 Date: Thu, 6 Dec 2001 00:18:43 GMT X-Mailer: Mozilla 4.73 [en]C-CCK-MCD Boeing Kit (WinNT; U) Xref: archiver1.google.com comp.lang.ada:17490 Date: 2001-12-06T00:18:43+00:00 List-Id: Georg Bauhaus wrote: > > Ted Dennison wrote: > > : Lists.Insert > : (Target => Car_List, > : New_Element => Honda, > : List_End => Lists.Front); > > Will "List_End" not be confusing if the abstract data type > is used for something other than a list? Why would you use a list for anything other than a list? -- Jeffrey Carter