Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!SIERRA.STANFORD.EDU!Bryan From: Bryan@SIERRA.STANFORD.EDU (Doug Bryan) Newsgroups: comp.lang.ada Subject: Re: Design issue: Generics vs Private types Message-ID: <12306426253.12.BRYAN@Sierra.Stanford.EDU> Date: Sat, 30-May-87 02:58:26 EDT Article-I.D.: Sierra.12306426253.12.BRYAN Posted: Sat May 30 02:58:26 1987 Date-Received: Sun, 31-May-87 16:38:14 EDT References: <1158@wayback.UUCP> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 12 Don't discount generic packages without parameters too soon!! I think they have a lot of important uses. You have to remember that packages can have state, and getting a new, private (English meaning) state can be important. Also, issues involving elaboration sometimes make a generic package with no parameters make sense. If anyone could find a use for a generic subprogram with now parameters, now that would be a trick! doug -------