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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,df055ffdd469757d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.66.86.133 with SMTP id p5mr1344033paz.23.1361046861468; Sat, 16 Feb 2013 12:34:21 -0800 (PST) X-Received: by 10.50.188.231 with SMTP id gd7mr577613igc.9.1361046861238; Sat, 16 Feb 2013 12:34:21 -0800 (PST) Path: ov8ni9pbb.1!nntp.google.com!su1no7772177pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 16 Feb 2013 12:34:20 -0800 (PST) In-Reply-To: <377a4b9b-eec8-4af9-af3f-fdeb008339e4@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=114.163.213.55; posting-account=Mi71UQoAAACnFhXo1NVxPlurinchtkIj NNTP-Posting-Host: 114.163.213.55 References: <30edd381-7505-496a-99e5-f884faf33c33@googlegroups.com> <16s3mt7cm3n61$.8qu6fp1nglfq.dlg@40tude.net> <1a648dqoysnp4$.7l9zsp043d2e.dlg@40tude.net> <377a4b9b-eec8-4af9-af3f-fdeb008339e4@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Class wide preconditions: error in GNAT implementation? From: ytomino Cc: mailbox@dmitry-kazakov.de Injection-Date: Sat, 16 Feb 2013 20:34:21 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-02-16T12:34:20-08:00 List-Id: Replace precondition of Bs.foo for a clarification. > pragma Assert (Bs.foo'Pre'Class); -- unnecessary because weaker > Bs.foo (B (Object)); pragma Assert (As.foo'Pre'Class or else Bs.foo'Pre'Class); -- unnecessary because weaker Bs.foo (B (Object));