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: 103376,5c1125c290d9dd14 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news1.google.com!news2.google.com!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ANN: Ada 2005 Math Extensions, 20100810 release Date: Sat, 14 Aug 2010 17:12:23 +0100 Organization: A noiseless patient Spider Message-ID: References: <15e1x67lls1pe$.sqnhbm59hwdz$.dlg@40tude.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Sat, 14 Aug 2010 16:12:24 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="KCXegvZb5vh43D+f3BR6Ew"; logging-data="15646"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Y9g+5sbu6r/hmIDxkBw18YTIeaReHEU8=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) Cancel-Lock: sha1:+d2YEWL+aBglD38oNjCONxfWqVs= sha1:RunVSYaCqtKQvhbYEJFZ2uSpBYc= Xref: g2news1.google.com comp.lang.ada:13287 Date: 2010-08-14T17:12:23+01:00 List-Id: "Yannick DuchĂȘne (Hibou57)" writes: >> procedure P (Q : Generic_S.Foo_Of); -- huh? > > This would turn this into > > procedure P (Q : Generic_S.Foo_Of); Sorry. Hoping not to annoy anyone further ... I meant, as a native English speaker, I don't understand what Dmitry meant when he tacked _Of on the end. There's no English grammatical construction that that corresponds to. If Ada syntax was reversed, "Foo_Of.Generic_S", it would make sense (as an English phrase). Maybe it's different in other languages? I have a feeling that in French you might write "Generic_S.Son_Foo" and have it match some natural sentence order??