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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,64afbf156d06bbe7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-26 14:50:10 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: 'Valid, subtypes and constraint checking Date: Fri, 26 Sep 2003 17:48:15 -0400 Organization: Michigan State University Message-ID: References: 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:43029 Date: 2003-09-26T17:48:15-04:00 List-Id: "Jeffrey Carter" wrote in message news:Jp%cb.4210$RW4.2204@newsread4.news.pas.earthlink.net... >> if Temp_8 not in T then > raise An_Appropriate_Exception; > end i;f Peter might want to avoid raising an exception, though. ;-) -CRM