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,63b2334396c35f63,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-12 10:51:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.nuthinbutnews.com!propagator2-austin!propagator!feed2.newsfeeds.com!newsfeeds.com!news-in-austin.nuthinbutnews.com!news.interware.hu!ludens.elte.hu!kotee From: kotee@ludens.elte.hu Newsgroups: comp.lang.ada Subject: function to generic Message-ID: <0KJ+h2G3o9zP@ludens> Date: 12 Nov 2001 19:48:45 +0100 Organization: Eotvos University, Budapest, Hungary Xref: archiver1.google.com comp.lang.ada:16355 Date: 2001-11-12T19:48:45+01:00 List-Id: hi all i write my own data type, but i need an "=" operator for it. i know that generic packages can get functions as parameter. how it works exactly? i try to find out from ref guides, but i don't find it. :(( thanks kotee