[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Use packages
- Subject: Use packages
- From: jipan@gmuvax2.gmu.edu (Jiqian Pan)
- Date: Fri, 18 Jun 93 16:49:47 -0400
I am trying to define a new package (say, P1) that will use the
package P (defpackage p1 (:use "P")). I am wondering what things
will inherite from the package P. Steele's book (page 271) does
not tell me anything about that. Does anyone know that? Thanks.
It seems that would highly depends on the packages to be used (P).
-J. Pan