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,73175d2d01a1b1dd X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.33.71 with SMTP id p7mr17352671pbi.1.1316959483179; Sun, 25 Sep 2011 07:04:43 -0700 (PDT) Path: lh7ni4649pbb.0!nntp.google.com!news1.google.com!news.glorb.com!feeder.erje.net!news.mixmin.net!.POSTED!not-for-mail From: Oliver Kleinke Newsgroups: comp.lang.ada Subject: Re: subprogram must not be deeper than access type Date: Sun, 25 Sep 2011 16:04:42 +0200 Organization: Mixmin Message-ID: <20110925160442.399884a0@c-01b> References: Mime-Version: 1.0 Injection-Info: news.mixmin.net; posting-host="db2f7fb0ada3c0a7e81123489af97bc3"; logging-data="32113"; mail-complaints-to="abuse@mixmin.net" X-Newsreader: Claws Mail 3.7.10 (GTK+ 2.24.4; x86_64-pc-linux-gnu) Xref: news1.google.com comp.lang.ada:18118 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: 2011-09-25T16:04:42+02:00 List-Id: Hi, I am unsure but you might want to try it using an anonymous access to subprogram type, as described here ('05 Rationale, 3.4 - Downward Closures) http://www.adaic.org/resources/add_content/standards/05rat/html/Rat-3-4.html Kind regards, Oliver