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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a5f77772dc1375a3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-23 08:57:16 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: andreatta@mail.chem.sc.edu (Dan Andreatta) Newsgroups: comp.lang.ada Subject: Re: Safe Units Handling in Ada Date: 23 May 2002 08:57:16 -0700 Organization: http://groups.google.com/ Message-ID: <338040f8.0205230757.2150b881@posting.google.com> References: <3CEB7124.4050604@blancolioni.org> <01HW.B91197820000C3D90E449050@netnews.netaxs.com> NNTP-Posting-Host: 129.252.151.109 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1022169436 7990 127.0.0.1 (23 May 2002 15:57:16 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 23 May 2002 15:57:16 GMT Xref: archiver1.google.com comp.lang.ada:24587 Date: 2002-05-23T15:57:16+00:00 List-Id: > The generated example.ads yields: > ... > function "*" > (Left : Kilogram; > Right : Kilogram) -- This is good, we want it abstract. > return Kilogram > is abstract; > This also should return kg**2. Dan