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-Thread: a07f3367d7,6aa1ec264ce25142 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Received: by 10.66.76.201 with SMTP id m9mr1119879paw.1.1347019645513; Fri, 07 Sep 2012 05:07:25 -0700 (PDT) Path: t10ni8643801pbh.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed.news.ucla.edu!news.snarked.org!xmission!newsswitch.lcs.mit.edu!nntp.TheWorld.com!.POSTED!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Real syntax problems in Ada Date: Fri, 31 Aug 2012 09:35:54 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1p5r39cusgc1n$.18nj9sytckk6$.dlg@40tude.net> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 X-Trace: pcls6.std.com 1346420154 20760 192.74.137.71 (31 Aug 2012 13:35:54 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 31 Aug 2012 13:35:54 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:n5qrkRaeGiZN3TD8sW8WhVlwTRo= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: 2012-08-31T09:35:54-04:00 List-Id: "J-P. Rosen" writes: > Le 28/08/2012 12:47, Niklas Holsti a �crit : >>> 3. "task type" and "protected type" instead of "type T is task ..."; >> Neutral. I don't much mind the asymmetry, although I don't see any good >> reason for it. >> > The reason is to have singleton tasks and task types look the same: > task Single is.... > task type Many is... I don't get it. type Many is array (Index) of Component; Single: array (Index) of Component; Jean Ichbiah didn't value consistency nearly as highly as I do. Why, for example, can some kinds of types be anonymous, while others can't? - Bob