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,772ae8afc5db35f2 X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: Can't export object of private type Date: 1999/03/04 Message-ID: #1/1 X-Deja-AN: 451223293 Sender: bobduff@world.std.com (Robert A Duff) References: Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 1999-03-04T00:00:00+00:00 List-Id: nospam@thanks.com.au (Don Harrison) writes: > Do you mean like this: > > package T is > type T_Type (<>) is .. private; -- no limited > .. > end; No. I forgot to say it -- it should be limited also. Sorry. Apparently, others have pointed out the same trick at length -- I should have just kept my mouth shut. - Bob -- Change robert to bob to get my real email address. Sorry.