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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,589be85ceba0317c,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-07 19:38:05 PST Path: newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!dispose.news.demon.net!demon!diablo.theplanet.net!news.theplanet.net!newspost.theplanet.net!not-for-mail From: "Bob McChesney" Newsgroups: comp.lang.ada Subject: new types Date: Tue, 8 May 2001 03:39:01 +0100 Message-ID: <9d7m66$s5b$1@news5.svr.pol.co.uk> NNTP-Posting-Host: modem-20.terbium.dialup.pol.co.uk X-Trace: news5.svr.pol.co.uk 989289478 28843 62.136.52.20 (8 May 2001 02:37:58 GMT) NNTP-Posting-Date: 8 May 2001 02:37:58 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:7296 Date: 2001-05-08T02:37:58+00:00 List-Id: Could anyone please help me? I'm trying to make a new type of an access type. Is that possible? eg. you know you can do: type BobType is new Integer but can you do: type BobType is new Set_Class.Set where Set is: type Set access Set_Header ????? I've tried to do this and I get the error 'invalid prefix in selected component "Set_Class" ' I don't know if it matters but Set_Class is generic. Thanks, Bob McChesney