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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d650bb993a154b84 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!postnews.google.com!m23g2000hsc.googlegroups.com!not-for-mail From: mhamel_98@yahoo.com Newsgroups: comp.lang.ada Subject: Re: Learning tagged types Date: Mon, 25 Feb 2008 11:48:06 -0800 (PST) Organization: http://groups.google.com Message-ID: <6fa5bca2-c2a2-4bc3-a8bc-8f0c66dca182@m23g2000hsc.googlegroups.com> References: <31ec7e11-3cd0-4f3c-ad11-c06e7edfb9cb@e10g2000prf.googlegroups.com> NNTP-Posting-Host: 132.228.195.206 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1203968887 6067 127.0.0.1 (25 Feb 2008 19:48:07 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 25 Feb 2008 19:48:07 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m23g2000hsc.googlegroups.com; posting-host=132.228.195.206; posting-account=5z8IJQkAAAAuH1CVqapXiEqPOXq8UfDM User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20059 Date: 2008-02-25T11:48:06-08:00 List-Id: > I haven't actually tried this. =A0You may have to fill in some of the > details, and I could have gotten one or two things wrong. =A0But > hopefully this will at least get you started. Thank you Adam! That helped my understanding immensely - the only thing I had to change was to instantiate the double linked list with an access all root'class instead of root'class itself and fix the resulting calls. Thanks again =3D)