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.5 required=5.0 tests=BAYES_05,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9aa4352fa83d37dc,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-01 09:10:52 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!proxad.net!usenet-fr.net!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Marius Amado Alves Newsgroups: comp.lang.ada Subject: library level required or not? Date: Mon, 1 Mar 2004 17:17:22 +0000 Organization: Cuivre, Argent, Or Message-ID: Reply-To: amado.alves@netcabo.pt NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: melchior.cuivre.fr.eu.org 1078160770 76590 212.85.156.195 (1 Mar 2004 17:06:10 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Mon, 1 Mar 2004 17:06:10 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: User-Agent: KMail/1.4.3 X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:5979 Date: 2004-03-01T17:17:22+00:00 Language lawers, please help me. I have in my notes that an object, of a type declared in package Ada or=20 descendants, is not required to be defined at library level, even if the = type=20 is controlled. (I know I can declare unbounded strings, which are clearly= =20 controlled, in a 'main' procedure.) I vaguely recall deriving this rule from the RM, but now I cannot find th= e=20 clause. Is the rule true? By what clause? Thanks a lot.