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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,799bdb14b530ce1d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.75.100 with SMTP id b4mr89041paw.35.1349561323758; Sat, 06 Oct 2012 15:08:43 -0700 (PDT) Received: by 10.68.233.130 with SMTP id tw2mr3968164pbc.12.1349561323700; Sat, 06 Oct 2012 15:08:43 -0700 (PDT) Path: g9ni23679pbh.1!nntp.google.com!kr7no7415675pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 6 Oct 2012 15:08:43 -0700 (PDT) In-Reply-To: <59ef8c07-7706-4a1b-9b55-a240a8715f50@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.20.190.126 References: <99b6ed38-0a44-4649-82b7-0b724fa5e68f@googlegroups.com> <5e6b8e61-50c5-4398-9407-60276a070f4f@googlegroups.com> <0135d0d3-3dd3-4b75-a639-76cf93975eb2@googlegroups.com> <59ef8c07-7706-4a1b-9b55-a240a8715f50@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Odd subtyping error. From: Shark8 Injection-Date: Sat, 06 Oct 2012 22:08:43 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-10-06T15:08:43-07:00 List-Id: On Saturday, October 6, 2012 3:21:57 PM UTC-6, (unknown) wrote: > > Perhaps move the subtypes to a child package? It would not exactly be the most streamlined, but would allow you to have the public/private/public-again setup That's what I ended up doing. Thank you for the suggestion.