| (in-package :cl-user) | |
| (defpackage :clache | |
| (:use :cl) | |
| (:import-from :alexandria | |
| #:once-only | |
| #:with-gensyms) | |
| (:import-from :annot | |
| #:annotation) | |
| (:import-from :annot.util | |
| #:replace-function-body) | |
| (:import-from :syntax | |
| #:use-syntax)) | |
| (in-package :cl-user) | |
| (defpackage :clache | |
| (:use :cl) | |
| (:import-from :alexandria | |
| #:once-only | |
| #:with-gensyms) | |
| (:import-from :annot | |
| #:annotation) | |
| (:import-from :annot.util | |
| #:replace-function-body) | |
| (:import-from :syntax | |
| #:use-syntax)) | |