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-Thread: 103376,65ad09b31f65a27f X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.73.229 with SMTP id o5mr11254719pbv.7.1324662612147; Fri, 23 Dec 2011 09:50:12 -0800 (PST) Path: lh20ni56138pbb.0!nntp.google.com!news1.google.com!news4.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Bill Findlay Newsgroups: comp.lang.ada Subject: Re: Aspects, rep specs, shifts, conditional expressions, expression functions Date: Fri, 23 Dec 2011 17:50:07 +0000 Message-ID: References: Mime-Version: 1.0 X-Trace: individual.net m8Wxu4iFeALDgFZG4CLOFg5lDZCPM25sEBUF7nIzbIndkYIHn+ Cancel-Lock: sha1:+V9xya4CWQnNcRXBGnuBdbQSZ1w= User-Agent: Microsoft-Entourage/12.28.0.101117 Thread-Topic: Aspects, rep specs, shifts, conditional expressions, expression functions Thread-Index: AczBm06ebq4E7jWGbE+QJKr59rtrMA== Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: 2011-12-23T17:50:07+00:00 List-Id: On 23/12/2011 01:01, in article jd0jtn$21o$1@munin.nbi.dk, "Randy Brukardt" wrote: > "Bill Findlay" wrote in message > news:CB186063.D1C0%yaldnif.w@blueyonder.co.uk... > ... > >> type blockage is (buffer_busy, locked_out) with Size => 1; > > Minor stylistic comment: Thanks, Randy. I had not realized that the RM authors were setting a precedent with the layout. One aspect (!) of my code thatI do not like is that the auxiliary type, PHU_as_6_bits, and functions, as_6_bits and short_PHU, are exposed to view. I'm going back to a more conventional package with a body. -- Bill Findlay with blueyonder.co.uk; use surname & forename;