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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!mnetor!uunet!lll-winken!lll-tis!mordor!sri-spam!ames!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hpcea!hplb29a!conway From: conway@hplb29a.HPL.HP.COM (Daniel F. Conway) Newsgroups: comp.lang.ada Subject: Re: query: package for set manipulation Message-ID: <1540005@hplb29a.HPL.HP.COM> Date: 4 Mar 88 18:29:14 GMT References: <108@cui.UUCP> Organization: hplabs bld 29 Palo Alto List-Id: / hplb29a:comp.lang.ada / bertrand@cui.UUCP (IBRAHIM Bertrand) / 4:05 am Mar 3, 1988 / > > Before reinventing the wheel and build my own generic package for manipulating > sets "a la Pascal", I'd like to know if anybody has already done a similar thing > and would be ready to share it. The package would be used for academic purposes > only and any copyright notice would of course be kept in the source code. > > B. Ibrahim > Chapter 10 of 'Software Components with Ada' by Grady Booch has source for a generic package which will probably do what you want. Dan Conway Hewlett-Packard Palo Alto, CA dan_conway@hplabs.hp.com