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,16f6b0f03cbd9c3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-15 23:21:44 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!193.174.75.178!news-fra1.dfn.de!news.rwth-aachen.de!news.uni-stuttgart.de!cert.uni-stuttgart.de!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: New, and don't understand the error message! Supersedes: <87sn4s1ur9.fsf@deneb.enyo.de> Date: Thu, 16 May 2002 08:21:43 +0200 Organization: Enyo -- not your organization Message-ID: <87offg1uko.fsf@deneb.enyo.de> References: <873cwtxnqv.fsf@CERT.Uni-Stuttgart.DE> <5ee5b646.0205151831.4c1908a3@posting.google.com> NNTP-Posting-Host: deneb.enyo.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: cygnus.enyo.de 1021530104 3647 212.9.189.171 (16 May 2002 06:21:44 GMT) X-Complaints-To: abuse@enyo.de NNTP-Posting-Date: 16 May 2002 06:21:44 GMT Cancel-Key: sha1:lCZU7GGXjkSldz0l6qjhFRCnH3s= Cancel-Lock: sha1:F4DsZS943ignTuXL+AdVGTsASj8= Xref: archiver1.google.com comp.lang.ada:24161 Date: 2002-05-16T06:21:44+00:00 List-Id: dewar@gnat.com (Robert Dewar) writes: >> > I am really new to ADA and im stuck on a coding cpmplier message, can >> > anyone shed some light on it? >> >> A tagged type must be declared at the library level. > > No that's not true (and would be an unnecessary restriction). Ah, I was indeed confused, I meant to write "controlled type". (The list implementation used by the original poster probably uses a controlled type internally.)