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,becfcd482f73209e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-09 12:21:41 PST Path: newsfeed.google.com!newsfeed.stanford.edu!skynet.be!diablo.theplanet.net!news.theplanet.net!newspost.theplanet.net!not-for-mail From: "Bob McChesney" Newsgroups: comp.lang.ada Subject: Re: Trouble with renaming types Date: Wed, 9 May 2001 16:22:39 +0100 Message-ID: <9dc5bn$ttk$2@newsg2.svr.pol.co.uk> References: <9d93ri$lhv$2@newsg3.svr.pol.co.uk> NNTP-Posting-Host: modem-39.germanium.dialup.pol.co.uk X-Trace: newsg2.svr.pol.co.uk 989436087 30644 62.136.31.39 (9 May 2001 19:21:27 GMT) NNTP-Posting-Date: 9 May 2001 19:21:27 GMT X-Complaints-To: abuse@theplanet.net X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: newsfeed.google.com comp.lang.ada:7402 Date: 2001-05-09T19:21:27+00:00 List-Id: Thanks for your message Stephen. I've managed to get this instantiation malarkey working thatks to Christoph. The reason I was keeping the type private is what I'm being taught so that I learn to keep the functions on a type within it's package. My reference to moving things out of private was regarding the fact that I could get things to work with a subtype declaration but that can only be done if the type that subtype is deriving from is non-private [at least that was my experience. I don't want to argue against anyone about it though =) ]. I thought something was going wrong with my type declaration, but it was in fact my later call of the type's functons. Thanks very much to everyone who's provided their assistance. Bob