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: a07f3367d7,73cb216d191f0fef X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.68.234.202 with SMTP id ug10mr4051795pbc.6.1363381554723; Fri, 15 Mar 2013 14:05:54 -0700 (PDT) Path: q9ni18665pba.1!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!border6.a.newsrouter.astraweb.com!news.astraweb.com!border2.a.newsrouter.astraweb.com!newsfeed10.multikabel.net!multikabel.net!newsfeed20.multikabel.net!news.mi.ras.ru!goblin2!goblin.stu.neva.ru!feeder.erje.net!eu.feeder.erje.net!news.internetdienste.de!noris.net!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Tue, 12 Mar 2013 19:04:31 +0100 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Is this expected behavior or not References: <8klywqh2pf$.1f949flc1xeia.dlg@40tude.net> In-Reply-To: <8klywqh2pf$.1f949flc1xeia.dlg@40tude.net> X-Enigmail-Version: 1.5.1 Message-ID: <513f6e2f$0$6572$9b4e6d93@newsspool3.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 12 Mar 2013 19:04:31 CET NNTP-Posting-Host: 79a2bb84.newsspool3.arcor-online.net X-Trace: DXC=?1Rd7QGK]jLh>_cHTX3jm>M[Iik01jF` X-Complaints-To: usenet-abuse@arcor.de Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Date: 2013-03-12T19:04:31+01:00 List-Id: On 12.03.13 18:42, Dmitry A. Kazakov wrote: > On Tue, 12 Mar 2013 13:19:06 -0400, Robert A Duff wrote: > >> > "Dmitry A. Kazakov" writes: >> > >>> >> The semantics of 'Pred and 'Succ shall be properly defined in terms of >>> >> convariance of the argument and the result. There are arguments for and >>> >> against contravariant results. It goes straight to the circle-ellipse >>> >> controversy. >> > >> > The profile of 'Succ is given in RM-3.5(23): >> > >> > function S'Succ (Arg: S'Base) return S'Base; >> > >> > It's neither contravariant nor covariant -- it's invariant. > Invariant = contravariant. In Ada? For non-tagged types?