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,5117b1b6391a0e06 X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Wed, 23 Jun 2004 16:36:36 -0500 From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <1087410710.477506@master.nyc.kbcfp.com> <1087474761.60413@master.nyc.kbcfp.com> <7o83d0hf6sqgng2980e1tg7iu864m5m50u@4ax.com> <1in5d05aa4rfqlt7e76gk87ucd3vuru6pm@4ax.com> <1087564576.388973@master.nyc.kbcfp.com> <1087575262.304708@master.nyc.kbcfp.com> <2i5dd0lu0i3a8bokfh7916r4j67g42ri4o@4ax.com> Subject: Re: A simple ADA puzzle (I haven't the answer) Date: Wed, 23 Jun 2004 16:37:01 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Message-ID: NNTP-Posting-Host: 64.32.209.38 X-Trace: sv3-BZ3nQciiSQPClPCp6EG6LI5NHHdA3DKg1GnrRFrcFGWnXRGrsDQx1mM3sLV+yScbu3W8GMqsJtRk95d!0i1PxZruvtcXWy2RuaQzg+T6r6iq3A9222PFu+4RzIPRB63BRgmCTLl8LZOnXAA/Iq6nIFNdkxmn X-Complaints-To: abuse@megapath.net X-DMCA-Complaints-To: abuse@megapath.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Xref: g2news1.google.com comp.lang.ada:1830 Date: 2004-06-23T16:37:01-05:00 List-Id: "Dmitry A. Kazakov" wrote in message news:2i5dd0lu0i3a8bokfh7916r4j67g42ri4o@4ax.com... ... > >As I have said, it's extremely simple. Automatic variables are invisible. > > Huh, how is it better than Ada's limitation on tagged types? The only limitation on tagged types in Ada 2005 is that you can't extend a formal type in a generic body. See AI-344, approved in Palma de Mallorca. (There are accessibility checks if you try pass an object of a nested type outwards.) So what are you talking about?? Randy Brukardt ARG Editor