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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c348430b94ced675,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-07 20:28:03 PST Path: supernews.google.com!sn-xit-03!supernews.com!hermes2.visi.com!news-out.visi.com!news-out.visi.com!hermes.visi.com!news.maxwell.syr.edu!wn1feed!worldnet.att.net!135.173.83.72!wnfilter2!worldnet-localpost!bgtnsc06-news.ops.worldnet.att.net.POSTED!not-for-mail Message-ID: <3AD155BF.E771B7E8@worldnet.att.net> From: srini X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Exporting generic's and tagged types Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 08 Apr 2001 03:26:58 GMT NNTP-Posting-Host: 12.77.123.120 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc06-news.ops.worldnet.att.net 986700418 12.77.123.120 (Sun, 08 Apr 2001 03:26:58 GMT) NNTP-Posting-Date: Sun, 08 Apr 2001 03:26:58 GMT Organization: AT&T Worldnet Xref: supernews.google.com comp.lang.ada:6632 Date: 2001-04-08T03:26:58+00:00 List-Id: Some hopefully simple questions I cannot find answers for : a) Is there a way to make generic packages preinstantiated exported to "C" for example? b) Is there a way to export a set of packages that declare/define a family of base and derived data types and algorithms on these. TIA