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,7332b19c66a79eea X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!j2g2000yqf.googlegroups.com!not-for-mail From: AdaMagica Newsgroups: comp.lang.ada Subject: Re: Quantified Expressions: "some" Date: Tue, 16 Nov 2010 22:31:50 -0800 (PST) Organization: http://groups.google.com Message-ID: <2d44ff4d-b3ad-4593-8492-4d16fb6b6a2e@j2g2000yqf.googlegroups.com> References: <4ce31bb6$0$7670$9b4e6d93@newsspool1.arcor-online.net> NNTP-Posting-Host: 80.156.44.178 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1289975510 3523 127.0.0.1 (17 Nov 2010 06:31:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 17 Nov 2010 06:31:50 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j2g2000yqf.googlegroups.com; posting-host=80.156.44.178; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.2; de; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:16505 Date: 2010-11-16T22:31:50-08:00 List-Id: On 17 Nov., 01:03, Georg Bauhaus wrote: > =A0 (for all X in domain | P (X)) > =A0 (for some X in domain | P (X)) These are the Ada expressions for the mathematical "all" and "existence" quantifiers and read quite naturally. Draft 10 of RM 2010 defines some as a new reserved word. > =A0 (for when X in domain | P (X)) This is silly English, and when I try to make sense of it, I arrive at the all quantifier. So I think, just for avoiding a new reserved word, this is a very bad proposal.