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,fe65730d30c9f6df X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: How would you override this??? Date: 1998/05/14 Message-ID: #1/1 X-Deja-AN: 353354515 References: <6jduiv$6m4$1@goanna.cs.rmit.edu.au> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 895191077 2463 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1998-05-14T00:00:00+00:00 List-Id: <> It does not mean much, but it does not mean nothing. For example, it means that a child of Commands will not be able to have use visibility on a parameterless procedure Execute from a with'ed package. But why should it mean antying? There are lots of ways to write meaning;less nonsense in any language. type x is range 1 .. 0; for x'Size use 0; does not seem very meaningful, but is certainly legal!