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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,dfdb3e9be36e818e X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Received: by 10.204.143.143 with SMTP id v15mr1900157bku.1.1321908103492; Mon, 21 Nov 2011 12:41:43 -0800 (PST) Path: dq5ni36055bkb.0!nntp.google.com!news2.google.com!postnews.google.com!j10g2000vbe.googlegroups.com!not-for-mail From: Yukicanis Newsgroups: comp.lang.ada Subject: Re: type access Parent'Class Date: Mon, 21 Nov 2011 11:46:10 -0800 (PST) Organization: http://groups.google.com Message-ID: <50de8ffb-2e3e-43d8-ba47-ac116c907a3f@j10g2000vbe.googlegroups.com> References: <7fd768a4-f97b-4045-8bab-49d2a3897a61@p2g2000vbj.googlegroups.com> NNTP-Posting-Host: 93.208.169.211 Mime-Version: 1.0 X-Trace: posting.google.com 1321908103 16820 127.0.0.1 (21 Nov 2011 20:41:43 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 21 Nov 2011 20:41:43 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j10g2000vbe.googlegroups.com; posting-host=93.208.169.211; posting-account=PkAoygoAAABk9hjFSCyiskOHSFxak1Yv User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKUARELSC X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1,gzip(gfe) Xref: news2.google.com comp.lang.ada:14492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-11-21T11:46:10-08:00 List-Id: On Nov 21, 8:45=A0pm, Robert A Duff wrote: > Yukicanis writes: > > BTW, I just discovered that > > > =A0 =A0 B :=3D A.all'Access; > > > also seems to work (with access all). But won't the rigth hand side > > result in an anonymous type again? > > No, the type of Blah'Access is always taken from the context > (the expected type, which is the (named) type of B in this case). > > - Bob Thank you very much! Everything seems to be clean now. :)