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 X-Received: by 2002:a24:32d5:: with SMTP id j204-v6mr5363382ita.30.1540004066277; Fri, 19 Oct 2018 19:54:26 -0700 (PDT) X-Received: by 2002:aca:3094:: with SMTP id w142-v6mr626515oiw.0.1540004066007; Fri, 19 Oct 2018 19:54:26 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder4.usenet.farm!feed.usenet.farm!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!z5-v6no137386ite.0!news-out.google.com!l70-v6ni150itb.0!nntp.google.com!x98-v6no137060ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 19 Oct 2018 19:54:25 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=72.89.41.181; posting-account=s89PEgoAAABHs2ETFyOrCeTQVQJAfzKq NNTP-Posting-Host: 72.89.41.181 References: <0a680981-7b14-4b72-b51a-b06ab7822d54@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: A function that cannot be called? From: marciant@earthlink.net Injection-Date: Sat, 20 Oct 2018 02:54:26 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:54669 Date: 2018-10-19T19:54:25-07:00 List-Id: But the full type declaration in the package could have had a hidden Boolean discriminant named Valid that had default initialization to false that would be checked in each subprogram that had a parameter of that type, right?