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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,36208f5925ed5269 X-Google-Attributes: gid103376,public From: fraser@sinopsis.com Subject: Re: non-consecutive ranges Date: 1999/05/04 Message-ID: <7gnnsg$s2d$1@remarQ.com>#1/1 X-Deja-AN: 474059518 References: <7gct90$7hr$1@nnrp1.dejanews.com> <7gfe9f$lu7$1@uuneo.neosoft.com> X-Complaints-To: newsabuse@remarQ.com X-Trace: 925852368 KZBGBQC4S164892E1C usenet58.supernews.com Organization: Vegetarian Ada Programmers Newsgroups: comp.lang.ada Originator: fraser@titanic Date: 1999-05-04T00:00:00+00:00 List-Id: rlove@antispam.neosoft.com (Robert B. Love ) wrote: >Didn't Modula-2 have a "Set" datatype that could have non-consecutive >ranges? Anybody have a good generic set implementation? You can find one at http://www.whitelion.org/ada/wl.tar.gz ... it's GPLd, and it contains bounded and unbounded sets (WL.Sets.Bounded, WL.Sets.Unbounded). There's a bunch of other stuff in there as well [1], and I'll get around to documenting and releasing it eventually. Fraser. [1] lists, dynamic arrays, a command line interface, a hash table, that sort of thing.