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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a644fa9cd1a3869a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-13 08:36:04 PST From: "Martin Dowie" Newsgroups: comp.lang.ada References: <3BECA3B7.5020702@telepath.com> <3BF0247D.4500975E@san.rr.com> <5BXH7.22252$xS6.34813@www.newsranger.com> <3BF052D3.ECEF3FF2@san.rr.com> Subject: Re: List container strawman 1.2 Date: Tue, 13 Nov 2001 16:38:33 -0000 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 NNTP-Posting-Host: ed125012.sd.edinbr.gmav.gecm.com Message-ID: <3bf14919$1@pull.gecm.com> X-Trace: 13 Nov 2001 16:23:53 GMT, ed125012.sd.edinbr.gmav.gecm.com Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!dispose.news.demon.net!demon!diablo.theplanet.net!btnet-peer!btnet-peer0!btnet-feed5!btnet!newreader.ukcore.bt.net!pull.gecm.com!ed125012.sd.edinbr.gmav.gecm.com Xref: archiver1.google.com comp.lang.ada:16417 Date: 2001-11-13T16:38:33+00:00 List-Id: "Ted Dennison" wrote in message news:dibI7.23087$xS6.35921@www.newsranger.com... > In article <3BF052D3.ECEF3FF2@san.rr.com>, Darren New says... > > > >Ted Dennison wrote: > >> there is better. "Font" and "Back" are pretty standard terminology for list > > Hmmm. Reading this over, "Head" and "Tail" are actually more usual, aren't they? I don't know if it is a "ML" thing (Brian?) but a list of a tail used to be the list that was left (possibly empty) after the head was removed and not an element within a list.