Fix make-array transforms.
[sbcl.git] / contrib / sb-cltl2 / defpackage.lisp
1 (defpackage :sb-cltl2
2   (:use :cl :sb-c :sb-int :sb-kernel)
3   (:export #:compiler-let
4            #:macroexpand-all
5            ;; environment access
6            #:variable-information
7            #:function-information
8            #:declaration-information
9            #:augment-environment
10            #:define-declaration
11            #:parse-macro
12            #:enclose
13            ))