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,183a4dcac8cf6632,start X-Google-Attributes: gid103376,public From: "W. Wesley Groleau (Wes)" Subject: Re: Q: on redefinition of equal Date: 1996/04/03 Message-ID: <9604031559.AA05644@most>#1/1 X-Deja-AN: 145792650 sender: Ada programming language comments: Gated by NETNEWS@AUVM.AMERICAN.EDU mailer: Elm [revision: 70.85] newsgroups: comp.lang.ada Date: 1996-04-03T00:00:00+00:00 List-Id: I don't know how inescapable is your "requirement" to hide predefined "=" from "ALL" data types. But here's something to consider: How much will it cost over the life cycle to have maintenance programmers replacing if (A = B) = True then with if A = B then only to (attempt to) compile and then change it back? Plus the time wasted when initial programmers write if A = B then out of habit and have to (attempt to) compile twice? Of course, with GNAT you can change the compiler to accept the standard form with your new type Bool :-) -- --------------------------------------------------------------------------- W. Wesley Groleau (Wes) Office: 219-429-4923 Magnavox - Mail Stop 10-40 Home: 219-471-7206 Fort Wayne, IN 46808 elm (Unix): wwgrol@pseserv3.fw.hac.com ---------------------------------------------------------------------------