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,60e2922351e0e780 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-12 04:46:07 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Clause "with and use" Date: Wed, 12 Nov 2003 12:46:07 +0000 (UTC) Organization: PVV Message-ID: References: <3FAF8C99.5040201@noplace.com> <3FB1609E.D56E315C@fakeaddress.nil> NNTP-Posting-Host: 129.241.83.82 X-Trace: tyfon.itea.ntnu.no 1068641167 4995 129.241.83.82 (12 Nov 2003 12:46:07 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Wed, 12 Nov 2003 12:46:07 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:2412 Date: 2003-11-12T12:46:07+00:00 List-Id: On 2003-11-11, Vinzent 'Gadget' Hoefler wrote: > Gautier Write-only wrote: > Small (maybe I now stretch it a little bit far) example: > >| type Count is (Binary, BCD); >| >| for Count use (Binary => 0, BCD => 1); >| >| for Count'Size use 1; > > could then look something like this: > >|type Count is (Binary => 0, BCD => 1) for Size use 1; > > Still looks quite pretty at the first glance. But it mixes things up > that shouldn't be mixed up, IMO. I must say I agree with you here. -- "Saving keystrokes is the job of the text editor, not the programming language."