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,cda33fc7f63c2885 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-13 03:59:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!dispose.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!zap!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: list strawman Date: 12 Jan 2002 12:20:14 +0000 Organization: Pushface Message-ID: References: <6i%_7.8890$fG.50588@rwcrnsc51.ops.asp.att.net> <4519e058.0201100639.76966716@posting.google.com> <3C3E798D.CCF05098@attbi.com> NNTP-Posting-Host: localhost X-NNTP-Posting-Host: pogner.demon.co.uk:158.152.70.98 X-Trace: news.demon.co.uk 1010923132 nnrp-07:1135 NO-IDENT pogner.demon.co.uk:158.152.70.98 X-Complaints-To: abuse@demon.net NNTP-Posting-Date: 12 Jan 2002 12:20:14 GMT X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:18853 Date: 2002-01-12T12:20:14+00:00 List-Id: Mark Biggar writes: > use "is <>" for "=" then the user only needs to explicitly specify > it if it isn't named "=". I had a case (OA7.2, I can't get 7.2.1 to install properly) where I had to have 'function Eq' rather than 'function "="' as a generic formal subprogram, or it got confused.