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=-0.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,2e66fe8b30e3ee2c X-Google-Attributes: gid103376,public From: "Randy Brukardt" Subject: Re: S'Write and How To Count Bytes Date: 2000/10/09 Message-ID: #1/1 X-Deja-AN: 679480252 References: <39D6891A.7DC448B6@acm.org><39D88ACE.92DF8897@acm.org> <8raa11$nmg$1@nnrp1.deja.com> <3A061E9A.B8F76112@telepath.com> <39DF3347.38C82563@acm.org> <8rt642$g5r$1@wanadoo.fr> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: abuse@alpha.net X-Trace: homer.alpha.net 971127119 156.46.62.124 (Mon, 09 Oct 2000 16:31:59 CDT) NNTP-Posting-Date: Mon, 09 Oct 2000 16:31:59 CDT Newsgroups: comp.lang.ada Date: 2000-10-09T00:00:00+00:00 List-Id: Jean-Pierre Rosen wrote in message <8rt642$g5r$1@wanadoo.fr>... > >"Marin David Condic" a �crit dans le message news: 39DF3347.38C82563@acm.org... >> If I were the Judge, my legislating from the bench would go like this: "You >> guys wrote this ARM. The ARM defines the Ada language. The packages in the >> annexes are thus part of the Ada Language. >Well, the cover says: "Ada : the language. The standard libraries". One could argue that everything after the cardboard page belongs >to the standard libraries and not the language... > >Picky lawyer hat off: Of course, "language defined types" applies to all types defined in the LRM. :-) If you look in the index, you'll find, indexed under "language-defined types", a list of all of the language defined types. It includes Unbounded_String and all of the other things declared in those packages. While the index isn't normative, its pretty clear what the intent of the language designers was. Randy.