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,dad94612ff745427 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news.glorb.com!ndsoftware.com!newsfeed.freenet.de!news.tu-darmstadt.de!news.belwue.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Wed, 10 May 2006 13:49:00 +0200 From: Georg Bauhaus Organization: future apps GmbH User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Instantiating private types with discriminants? References: <1147252198.138173.203910@j73g2000cwa.googlegroups.com> In-Reply-To: <1147252198.138173.203910@j73g2000cwa.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4461d320$0$11065$9b4e6d93@newsread4.arcor-online.net> NNTP-Posting-Date: 10 May 2006 13:48:48 MEST NNTP-Posting-Host: 03708af2.newsread4.arcor-online.net X-Trace: DXC=66ZlA]<>l90?0I78\m5cj::ejgIfPPld4jW\KbG]kaM8]kI_X=5Kea6LO\SmD`\:l?UUng9_FXZ=3>:=P9Ihe`B8@Z?dZ]MOid5 X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:4172 Date: 2006-05-10T13:48:48+02:00 List-Id: Ludovic Brenta wrote: > If, in > addition, T is tagged, then a call to a primitive operation dispatches > dynamically at run time according to the exact type T. Or statically, as you describe a little later, if there is no doubt about the type of a specific tagged object.