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,1540032852ee6d61 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.scarlet.biz!news.scarlet.biz.POSTED!not-for-mail NNTP-Posting-Date: Wed, 07 Feb 2007 15:33:40 -0600 From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Why does this work? (overloads) References: <5upyh.336354$FQ1.1334@attbi_s71> <1170882810.007117.42730@m58g2000cwm.googlegroups.com> Date: Wed, 07 Feb 2007 22:33:40 +0100 Message-ID: <874ppxfya3.fsf@ludovic-brenta.org> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:xVRyxaWBFWzYfxyauHU8/AoZc9M= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: 62.235.211.61 X-Trace: sv3-cB6Aszi3eP3Poc+FZ2P2afhHBoQ0vyYWXd0/Ddo6sWIyHUfr5XM33UU5cmFpH6oGCIw/mrG0WrUopWO!dsXrNqGBF8SRayi7Rt/EiChyT7RVMrq4CA1xlJM4ec16ra2xjLZgTCmlobRB4k/LyNbW2FTotg== X-Complaints-To: abuse@scarlet.be X-DMCA-Complaints-To: abuse@scarlet.biz X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news2.google.com comp.lang.ada:9095 Date: 2007-02-07T22:33:40+01:00 List-Id: Jerry writes: >> 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? > Jerry These are "qualified expressions", see ARM 4.7 -- Ludovic Brenta.