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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9fb64e4c58f1fe X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: overload ":=" ??? Date: 1996/07/23 Message-ID: #1/1 X-Deja-AN: 169640638 references: <31F40F0C.3FDACA19@jinx.sckans.edu> organization: The World Public Access UNIX, Brookline, MA newsgroups: comp.lang.ada Date: 1996-07-23T00:00:00+00:00 List-Id: In article , Laurent Guerby wrote: > Yes ;-). But in the case of "=", there are some strict rules >(returns boolean, "/=" implictly defined) that restrain your >creativity. Actually, the rule in Ada 95 has changed -- you can define "=" to return other than Boolean. If it returns Boolean, then you get the magical "/=" (which is a pain in the neck for RM authors and compiler writers). There are at least two bugs in the RM caused by these magical "/=" ops. - Bob