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,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,48fa8e3cfaec41af X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-23 08:36:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed.news.nacamar.de!newsfeed.stueberl.de!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: worth the hassle? 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: Tue, 23 Jul 2002 16:36:13 +0100 NNTP-Posting-Host: 80.5.140.234 X-Complaints-To: abuse@ntlworld.com X-Trace: news11-gui.server.ntli.net 1027438609 80.5.140.234 (Tue, 23 Jul 2002 16:36:49 BST) NNTP-Posting-Date: Tue, 23 Jul 2002 16:36:49 BST Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:27336 Date: 2002-07-23T16:36:13+01:00 List-Id: "chris.danx" wrote in message news:Eqe%8.14162$rn5.1675139@news11-gui.server.ntli.net... > > Or, you can take the approach that Grace.Lists does, and add a layer > > of indirection in the List_Type; then you _can_ get an access value to > > the list from an "in" parameter. > [snip] like > > type a_list_type is ... > > type list_type is record > list : a_list_access; > end record; Looks like that one. > Where is the grace site? http://www.freesoftware.fsf.org/Grace/Grace_Home.html