0.9.12.10:
[sbcl.git] / contrib / sb-cltl2 / defpackage.lisp
index b335da2..696e1b8 100644 (file)
@@ -1,4 +1,13 @@
 (defpackage :sb-cltl2
-  (:use :cl :sb-c :sb-int)
+  (:use :cl :sb-c :sb-int :sb-kernel)
   (:export #:compiler-let
-           #:macroexpand-all))
+           #:macroexpand-all
+           ;; environment access
+           #:variable-information
+           #:function-information
+           #:declaration-information
+           #:augment-environment
+           #:define-declaration
+           #:parse-macro
+           #:enclose
+           ))