From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!aioe.org!pBWEO6hi52oGFheO/GY5ag.user.gioia.aioe.org.POSTED!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Simple example on interfaces Date: Tue, 26 Jan 2021 02:02:54 -0800 Organization: Aioe.org NNTP Server Message-ID: <86k0s05835.fsf@stephe-leake.org> References: <9e1b5d67-be08-4f53-aadc-fbed761a8c24n@googlegroups.com> NNTP-Posting-Host: pBWEO6hi52oGFheO/GY5ag.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (windows-nt) X-Notice: Filtered by postfilter v. 0.9.2 Cancel-Lock: sha1:+dlhR8mxwfJl26i/fHifJx/GIPc= Xref: reader02.eternal-september.org comp.lang.ada:61207 List-Id: Mario Blunk writes: >> (I removed annoying "type_" prefix from all types) > I got used to this notation in order to avoid confusion between a type > and a variable. Not important here. Another way to solve this problem is to prefix the package name when necessary. -- -- Stephe