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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,ec21c3c7cdc7ff3e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news4.google.com!news.glorb.com!npeer.de.kpn-eurorings.net!newsfeed.arcor.de!news.arcor.de!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: private types Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <1142279908.327131.230200@j52g2000cwj.googlegroups.com> Date: Sat, 18 Mar 2006 10:24:39 +0100 Message-ID: <1ekzgosr7n6q4.2r9idoumriy$.dlg@40tude.net> NNTP-Posting-Date: 18 Mar 2006 10:24:36 MET NNTP-Posting-Host: 4fab287e.newsread2.arcor-online.net X-Trace: DXC=8V17:U`9>c>c]9?QGJT=S2Q5U85hF6f;4jW\KbG]kaM8Q>n?D9BSA][ On Fri, 17 Mar 2006 23:44:08 GMT, Justin Gombos wrote: > On 2006-03-17, Robert A Duff wrote: >> Justin Gombos writes: >> >> I'm not sure what the right answer is, but surely all the arguments >> for and against dummy values apply equally to access types. > > I don't agree with that. Null is a standard abnormal object for > access types in all languages, and can never be taken for something > valid. No. Null is a legal access value. You can compare, copy, assign null pointers. You *can* dereference them! It is just so, that the effect of this operation would be Constraint_Error. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de