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: a07f3367d7,73cb216d191f0fef X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.185.201 with SMTP id cp9mr10295840qab.6.1364343930098; Tue, 26 Mar 2013 17:25:30 -0700 (PDT) Path: k8ni26998qas.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsgate.cuhk.edu.hk!goblin2!goblin.stu.neva.ru!news.stack.nl!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Is this expected behavior or not Date: Tue, 19 Mar 2013 18:31:45 +0100 Organization: cbb software GmbH Message-ID: <1oqwvcemo8dha$.hevuedtz8eze.dlg@40tude.net> References: <51408e81$0$6577$9b4e6d93@newsspool3.arcor-online.net> <1xqmd3386hvns.1og1uql2cgnuf$.dlg@40tude.net> <5140b812$0$6575$9b4e6d93@newsspool3.arcor-online.net> <5140f1ad$0$6634$9b4e6d93@newsspool2.arcor-online.net> <7jct0noryc1v.1rnj5kkzx6m35.dlg@40tude.net> <5141c499$0$6642$9b4e6d93@newsspool2.arcor-online.net> <18r2kop6fyozu.tctrjnghfxqs.dlg@40tude.net> <1wv3p3nrtejfk$.bwebhg9agt0l.dlg@40tude.net> <514874d3$0$6628$9b4e6d93@newsspool2.arcor-online.net> <1o60gooo8xvba$.1ei9cebb07zek$.dlg@40tude.net> <514897bd$0$6641$9b4e6d93@newsspool2.arcor-online.net> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: XRUMb5xlbonTNodERpEXEw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2013-03-19T18:31:45+01:00 List-Id: On Tue, 19 Mar 2013 17:52:13 +0100, Georg Bauhaus wrote: > I'm still waiting for the set of > formalized definitions that rewrite LRM 3, since they need > to put down words that redefine "type" and "subtype" from > the ground up (even when that's "just ..."). Positive is the name of an abstract data type with values from 1 to Integer'Last and operations inherited from the type, which name is Integer. Type is a tuple: set of values x set of operations [with at least an argument or result of the type]. Subtype is a type that inherits some operations (interface) of another type, called "parent type," "base type," "ancestor type" or "supertype." Subtyping relation is transitive and reflexive. Class is the transitive closure of. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de