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,20232a8c90fb8b29,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-20 06:30:16 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!news.gtei.net!nntp.abs.net!uunet!dca.uu.net!ash.uu.net!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr11.news.prodigy.com.POSTED!not-for-mail From: "Pat Rogers" Newsgroups: comp.lang.ada References: Subject: Re: Null range in a single-member enumaration. How to? 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: NNTP-Posting-Host: 208.191.177.131 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr11.news.prodigy.com 1021901400 ST000 208.191.177.131 (Mon, 20 May 2002 09:30:00 EDT) NNTP-Posting-Date: Mon, 20 May 2002 09:30:00 EDT Organization: Prodigy Internet http://www.prodigy.com X-UserInfo1: Q[RGWWCEJKVOBTT^]BCB^]\@PJ_^PBQLGPQRZ\YIJYWZUYICD^RAQBKZQTZTX\_I[^G_KGFNON[ZOE_AZNVO^\XGGNTCIRPIJH[@RQKBXLRZ@CD^HKANYVW@RLGEZEJN@\_WZJBNZYYKVIOR]T]MNMG_Z[YVWSCH_Q[GPC_A@CARQVXDSDA^M]@DRVUM@RBM Date: Mon, 20 May 2002 13:30:00 GMT Xref: archiver1.google.com comp.lang.ada:24413 Date: 2002-05-20T13:30:00+00:00 List-Id: "AG" wrote in message news:JO3G8.1472$EZ5.227090@news.xtra.co.nz... > type x is (a); -- (a, b); > > type y is array (x'last..x'first) of boolean; -- Works fine for (a, b); but not (a); Why not just type y is array ( x ) of boolean; ??? --- Patrick Rogers Consulting and Training in: http://www.classwide.com Real-Time/OO Languages progers@classwide.com Hard Deadline Schedulability Analysis (281)648-3165 Software Fault Tolerance