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,604e0f87aa06eab6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-28 08:34:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!eusc.inter.net!cs.tu-berlin.de!uni-duisburg.de!not-for-mail From: Georg Bauhaus Newsgroups: comp.lang.ada Subject: Re: Imitation is the sincerest form of flattery Date: Fri, 28 Mar 2003 16:34:05 +0000 (UTC) Organization: GMUGHDU Message-ID: References: <7eee7v4hpvj0i5s345uonlen5315rhiau8@4ax.com> <1ec946d1.0303201528.6c9b2c9e@posting.google.com> NNTP-Posting-Host: d2-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 1048869245 19112 134.91.1.15 (28 Mar 2003 16:34:05 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Fri, 28 Mar 2003 16:34:05 +0000 (UTC) User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (HP-UX/B.11.00 (9000/831)) Xref: archiver1.google.com comp.lang.ada:35794 Date: 2003-03-28T16:34:05+00:00 List-Id: Robert A Duff wrote: : Georg Bauhaus writes: : :> I'd prefer considering a rule that said, 'No arrays at all, please, :> in specs!' :-) : : Then you must be annoyed to see type String declared as an array in a : package visible part -- in fact, the most visible visible part of all. : ;-) Bounded_String and Unbounded_String are private;-) -- Georg