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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,b1ebfe7f8f5e385d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-30 14:50:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: Generic formal access types Date: Wed, 30 Apr 2003 17:42:50 -0400 Organization: Michigan State University Message-ID: References: <3eb01630@epflnews.epfl.ch> NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:36782 Date: 2003-04-30T17:42:50-04:00 List-Id: How about generic type Access_Type is private; Null_Value : Access_Type; -CRM "Rodrigo Garc�a" wrote in message news:3eb01630@epflnews.epfl.ch... > Does anybody know why Ada does not have something like: > > generic > type Access_Type is access (<>); -- ? >