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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1540032852ee6d61 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!feeder.news-service.com!proxad.net!cleanfeed1-b.proxad.net!nnrp1-2.free.fr!not-for-mail Return-Path: From: "Randy Brukardt" To: Subject: RE: Why does this work? (overloads) Date: Wed, 7 Feb 2007 15:36:29 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <1170882810.007117.42730@m58g2000cwm.googlegroups.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Importance: Normal X-Trash-Finder: Limited filtering for message, local (outbound) source X-Virus-Scanned: amavisd-new at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.9rc1 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.ada Message-ID: X-Leafnode-NNTP-Posting-Host: 88.191.17.134 Organization: Guest of ProXad - France NNTP-Posting-Date: 07 Feb 2007 22:40:01 MET NNTP-Posting-Host: 88.191.14.223 X-Trace: 1170884401 news-1.free.fr 25581 88.191.14.223:45694 X-Complaints-To: abuse@proxad.net Xref: g2news2.google.com comp.lang.ada:9096 Date: 2007-02-07T22:40:01+01:00 Jerry asks: > > You can tell the compiler, though: > > > > Long_Float'(A * B) * C > > Vector'(A * B) * C > > Matrix'(A * B) * C > > > Pretty cool. What is this feature called so that I can study it? Qualified expressions, 4.7 in the RM. Randy.