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,91276ec2ea911d3f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news.glorb.com!newsfeed-east.nntpserver.com!nntpserver.com!statler.nntpserver.com!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Generic procedures and their parameters From: Georg Bauhaus In-Reply-To: <15ibl2xejtc68.1eg90p1fwn18p$.dlg@40tude.net> References: <15ibl2xejtc68.1eg90p1fwn18p$.dlg@40tude.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-Id: <1157560557.6258.24.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Date: Wed, 06 Sep 2006 18:35:58 +0200 NNTP-Posting-Date: 06 Sep 2006 18:31:10 CEST NNTP-Posting-Host: 777d3d7a.newsspool2.arcor-online.net X-Trace: DXC=?h`3B9^7mUU@>[RYkFXOIPA9EHlD;3YcR4Fo<]lROoRQ4nDHegD_]RUMo<6omXG5e^TiQOITnENoRFU`4:K;4eRW]jKFC3XGaOP2PgQfJ\;X3_ X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:6479 Date: 2006-09-06T18:31:10+02:00 List-Id: On Wed, 2006-09-06 at 17:09 +0200, Dmitry A. Kazakov wrote: > On Wed, 06 Sep 2006 16:14:07 +0200, Maciej Sobczak wrote: > > >> Why is that shaky? Integer IS ordered. > > > > Is it also tagged? Do you want it to be? > > Not Integer, but Integer'Class. > > > Integer is not only Ordered. It's also Summable, Subtractable, > [...] > > Yes, it is called multiple inheritance. A {PropA,PropB,...}able Integer has multiple interfaces, can act as any of them, etc, ok, but I think MI is inheritance of data as well, in the vernacular. Are you perhaps thinking of something like "aspect interfaces"?