Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!usc!snorkelwacker!husc6!m2c!umvlsi!dime!kaplan From: kaplan@pogo.cs.umass.edu (Alan Kaplan) Newsgroups: comp.lang.ada Subject: Re: Unusual "use" semantics Message-ID: Date: 10 Aug 90 17:44:51 GMT References: <20@polymnia.tsd.arlut.utexas.edu> Sender: news@dime.cs.umass.edu Organization: University of Massachusetts, Amherst. Lines: 10 In-reply-to: kolender@ics.uci.edu's message of 9 Aug 90 16:15:16 GMT ANother solution is to specify the "use clause" within the scope of a procedure or function. This makes all names visible from the "use'd" package within this scope. -- Regards, Alan kaplan@cs.umass.edu