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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7332b19c66a79eea X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news3.google.com!feeder.news-service.com!news.netcologne.de!newsfeed-fusi2.netcologne.de!newsfeed.straub-nv.de!newsfeed.utanet.at!newsfeed01.chello.at!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Quantified Expressions: "some" Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <4ce31bb6$0$7670$9b4e6d93@newsspool1.arcor-online.net> <2d44ff4d-b3ad-4593-8492-4d16fb6b6a2e@j2g2000yqf.googlegroups.com> <1t7pvrh3i022d.8t9yqjonagar$.dlg@40tude.net> <4ce3e3c3$0$6987$9b4e6d93@newsspool4.arcor-online.net> Date: Wed, 17 Nov 2010 18:28:36 +0100 Message-ID: NNTP-Posting-Date: 17 Nov 2010 18:28:35 CET NNTP-Posting-Host: 56b1ef5e.newsspool3.arcor-online.net X-Trace: DXC=JlY=iAZ2[_e016@cHD@m;jMcF=Q^Z^V3h4Fo<]lROoRa8kF On Wed, 17 Nov 2010 17:14:27 +0100, J-P. Rosen wrote: > Le 17/11/2010 15:20, Dmitry A. Kazakov a �crit : >> On Wed, 17 Nov 2010 15:16:34 +0100, Georg Bauhaus wrote: >> >>> On 17.11.10 14:38, Dmitry A. Kazakov wrote: >>> >>>> I have no idea what the proposal would do with: >>>> >>>> ( for all X in 1 | 3..5 | F'Range | P(X) ) >>> >>> I think it will refer to that extended membership test which >>> adds a pair of parens: >>> >>> ( for all X in (1 | 3..5 | F'Range) | P(X) ) >> >> Awful. >> > Actually, It's been decided recently to change "|" to "=>", so it will read: > ( for all X in 1 | 3..5 | F'Range => P(X) ) Not much better: "=>" means "implies." P is neither implied nor selected. Actually it is antecedent, on the left side. IF kind of X, such that P(X) AND X in the set, THEN something [ ELSE something ]. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de