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: a07f3367d7,efde8669839c1c0a X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!newsfeed2.dallas1.level3.net!news.level3.com!bloom-beacon.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Proper program structure Date: Wed, 30 Sep 2009 18:16:24 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <638d582c-f275-48a9-aa2a-237f2edd123c@c37g2000yqi.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1254348984 15277 192.74.137.71 (30 Sep 2009 22:16:24 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Wed, 30 Sep 2009 22:16:24 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:I805UeSP8r2Tj8bwASkCoEN8fvo= Xref: g2news2.google.com comp.lang.ada:8547 Date: 2009-09-30T18:16:24-04:00 List-Id: Maciej Sobczak writes: > In other words, all the solutions I can think of are either illegal or > crappy. > Am I over-sensitive or did I really hit a design problem? I think your design problem can probably be solved by "limited with". - Bob