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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Standard missing a 'Negative' subtype?... Date: Sun, 15 Sep 2013 08:36:56 +0100 Organization: A noiseless patient Spider Message-ID: References: <7b66c649-3796-41ea-b734-a2b14d2dbac3@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx05.eternal-september.org; posting-host="9fea184f47d12c052eb0a8a21bb4972e"; logging-data="4651"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/jidzF1jkPN/pvUvtWuvAMbwAfDxpSXkk=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) Cancel-Lock: sha1:aBVZpeigLcog2Bd3UuGJI2tqepM= sha1:nh8HHTCA4K3iwG86Uh2oy5B9jCQ= Xref: news.eternal-september.org comp.lang.ada:17187 Date: 2013-09-15T08:36:56+01:00 List-Id: "Jeffrey R. Carter" writes: > Natural and Positive are used in the definition of > other things in the ARM; nothing needed Negative (or any other > subtypes). "because they are needed in other parts of the ARM" shouldn't be the only criterion! "what users [i.e., we developers] would find useful" should be considered too - otherwise we wouldn't have Ada.Containers, for example. That said, Negative seems to come well below the bar.