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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,616091a85ff150f1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-05 13:33:14 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!newsfeed00.sul.t-online.de!t-online.de!newsfeed.r-kom.de!news-nue1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news-FFM2.ecrc.net!news.iks-jena.de!lutz From: lutz@iks-jena.de (Lutz Donnerhacke) Newsgroups: comp.lang.ada Subject: Re: Ada 200X Assertions Date: Wed, 5 Dec 2001 21:32:49 +0000 (UTC) Organization: IKS GmbH Jena Message-ID: References: <3C0C48BE.3B20F04E@adaworks.com> NNTP-Posting-Host: belenus.iks-jena.de X-Trace: branwen.iks-jena.de 1007587969 1466 217.17.192.34 (5 Dec 2001 21:32:49 GMT) X-Complaints-To: usenet@iks-jena.de NNTP-Posting-Date: Wed, 5 Dec 2001 21:32:49 +0000 (UTC) User-Agent: slrn/0.9.6.3 (Linux) Xref: archiver1.google.com comp.lang.ada:17473 Date: 2001-12-05T21:32:49+00:00 List-Id: * Matthew Heaney wrote: >"Lutz Donnerhacke" wrote in message >> I've a list of degenerated compound instantiations for which only a single >> component is relevant. More than this, this same fixed component is shared >> by multiple compound instantiations. > >Can you use child generics? Yes. It might solve the problem. I'll try several of the ideas in this thread. Very interesting discussion, BTW. Thank you.