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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,78cc8abd24f9e91f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-06 08:28:34 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!cox.net!newspeer1-gui.server.ntli.net!ntli.net!news11-gui.server.ntli.net.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: Subject: Re: why does this work? private new types. X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Mon, 6 May 2002 16:28:09 +0100 NNTP-Posting-Host: 213.107.24.115 X-Complaints-To: abuse@ntlworld.com X-Trace: news11-gui.server.ntli.net 1020698911 213.107.24.115 (Mon, 06 May 2002 16:28:31 BST) NNTP-Posting-Date: Mon, 06 May 2002 16:28:31 BST Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:23584 Date: 2002-05-06T16:28:09+01:00 List-Id: "Jean-Pierre Rosen" wrote in message news:ab65j7$cfe$1@s1.read.news.oleane.net... > When you derive a type, all derived operations are declared *at the point of derivation*. > Therefore, the Insert for Table is declared immediately inside your package, and thus directly visible. Thanks Jean-Pierre, I understand now! Chris