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,d74d61525ce986e9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-22 10:04:00 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi_feed4!attbi.com!sccrnsc02.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Implementing Memorize References: X-Newsreader: Tom's custom newsreader Message-ID: <2Mylb.207110$%h1.207494@sccrnsc02> NNTP-Posting-Host: 12.234.124.41 X-Complaints-To: abuse@comcast.net X-Trace: sccrnsc02 1066842238 12.234.124.41 (Wed, 22 Oct 2003 17:03:58 GMT) NNTP-Posting-Date: Wed, 22 Oct 2003 17:03:58 GMT Organization: Comcast Online Date: Wed, 22 Oct 2003 17:03:58 GMT Xref: archiver1.google.com comp.lang.ada:1439 Date: 2003-10-22T17:03:58+00:00 List-Id: > function Fib_Direct is new Action (Fib_Direct); -- won't compile Considering that generics are like macros, what code would you expect this to produce?