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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ffc9e2fe760c58fd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news2.volia.net!newsfeed01.sul.t-online.de!t-online.de!news.tiscali.de!not-for-mail From: Wilhelm Spickermann Newsgroups: comp.lang.ada Subject: Re: Records that could be arrays Date: Thu, 23 Feb 2006 07:32:25 +0100 Organization: Tiscali Germany Usenet Message-ID: References: NNTP-Posting-Host: p83.129.1.189.tisdip.tiscali.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: ulysses.news.tiscali.de 1140676345 44020 83.129.1.189 (23 Feb 2006 06:32:25 GMT) X-Complaints-To: abuse@tiscali.de NNTP-Posting-Date: Thu, 23 Feb 2006 06:32:25 +0000 (UTC) User-Agent: KNode/0.8.0 Xref: g2news1.google.com comp.lang.ada:3092 Date: 2006-02-23T07:32:25+01:00 List-Id: Hi, Justin Gombos wrote: > I have set a rule for myself: Composite types composed solely > of one type of element should be declared as arrays rather than > records. ... > Thoughts? I think it depends on the meaning of "type". The three floating point numbers in a polar coordinate system are of three different _kinds_ and should be put into a record and not into an array -- even if they have the same _type_. Wilhelm