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,d2c21e8238e985b5,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-24 01:53:37 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.nuthinbutnews.com!propagator-sterling!news-in.nuthinbutnews.com!news-xfer.siscom.net!not-for-mail Message-ID: <3CEDFF90.B94D7E32@yahoo.com> Date: Fri, 24 May 2002 03:53:36 -0500 From: Anatoly Chernyshev X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: ru,en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Extended modal types Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Original-NNTP-Posting-Host: 206.148.76.14 X-Original-Trace: 24 May 2002 02:55:51 -0600, 206.148.76.14 X-COMPLAINTS: Report abuse to abuse@mhogaming.com Organization: Newshosting.com - Highest quality at a great price! www.newshosting.com NNTP-Posting-Host: ac9bb26a.news.newshosting.com X-Trace: DXC=UMR^GiGj8=3N8biKi0_\^:X`1N4>^k1L3iF6BbIV4YY2 Once I have been introduced in Ada programming, I was very exciting about modular types. Later on it became evident to me that these types are rather limited, and one cannot use arbitrary modular range, for example, like -100..345. I didn't find any packages in the WWW that can deal with such "extended" modular variables, so I wrote my own. Anyone interested could pick it up at http://www.polarhome.com/~ada/ch_rings.zip Anatoly Chernyshev