Closed jbouwman closed 2 months ago
Extend the syntax of package to support shadowing of symbols:
package
(package ... (shadow a b c ...))
This has the same effect as a Lisp defpackage :shadow clause.
Closes #1210
Extend the syntax of
package
to support shadowing of symbols:This has the same effect as a Lisp defpackage :shadow clause.
Closes #1210