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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!.POSTED!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Comparing Access Types Date: Fri, 10 Nov 2017 11:00:15 -0500 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: NNTP-Posting-Host: shell02.theworld.com Mime-Version: 1.0 Content-Type: text/plain X-Trace: pcls7.std.com 1510329615 12013 192.74.137.72 (10 Nov 2017 16:00:15 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 10 Nov 2017 16:00:15 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:d7+j2Ie5tSyg805njDRWX+UqvGE= Xref: feeder.eternal-september.org comp.lang.ada:48806 Date: 2017-11-10T11:00:15-05:00 List-Id: Jere writes: > I'm not hugely in disagreement here, but I am curious as to why it doesn't > make sense. What would it mean? If X /= Y, then X < Y returns either True or False arbitrarily? That could work, but it doesn't seem all that useful. If a garbage collector is moving things around in memory, then it would be hard to implement efficiently. > For debugging purposes, I do wish there was a way for me to get a printable > unique value for access types. Unchecked convert to type Integer_Address, then use 'Image. - Bob