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,33afa3244ab891f7 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!a1g2000hsb.googlegroups.com!not-for-mail From: christoph.grein@eurocopter.com Newsgroups: comp.lang.ada Subject: Re: Specialization generic package parameters Date: Fri, 23 May 2008 13:17:02 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <1996bbhvwjxcr$.1s16brw83713g$.dlg@40tude.net> NNTP-Posting-Host: 87.174.196.131 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1211573824 25458 127.0.0.1 (23 May 2008 20:17:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 23 May 2008 20:17:04 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a1g2000hsb.googlegroups.com; posting-host=87.174.196.131; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:302 Date: 2008-05-23T13:17:02-07:00 List-Id: Why not a combination of 1+3: generic type Some_S is new S with private; package P.Q is private -- has access to the private part of P end P.Q;