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 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c83a22003c320b45 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-29 10:46:35 PST Path: nntp.gmd.de!xlink.net!fauern!zib-berlin.de!prise.nz.dlr.de!news.dfn.de!swiss.ans.net!howland.reston.ans.net!cs.utexas.edu!convex!news.duke.edu!news.mathworks.com!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Initialization Params for Controlled Types Date: 27 Oct 1994 19:06:07 -0400 Organization: Courant Institute of Mathematical Sciences Message-ID: <38pbov$4ol@schonberg.cs.nyu.edu> References: NNTP-Posting-Host: schonberg.cs.nyu.edu Date: 1994-10-27T19:06:07-04:00 List-Id: to pass parameters to initialization routines, use discriminants, works nicely, that's how we do storage pools in GNAT.