diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-22 09:25:57 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-22 09:25:57 -0500 |
commit | eb34cd2d8798ef144425c8b4f03b7e6d9efd7f08 (patch) | |
tree | 637ae05c080b57818513df6b95938df788ddd5ae /package.lisp | |
parent | 7a9f89e46e21f2c18d6e61eee16c6d37bdd27800 (diff) |
[fix] bad slots in cache invalidation code.
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp index 5a59057..85dce2a 100644 --- a/package.lisp +++ b/package.lisp @@ -5,6 +5,7 @@ (:nicknames #:ww) (:local-nicknames (#:mat #:3d-matrices) (#:vec #:3d-vectors)) + (:import-from #:hyperquirks #:defvarf) (:import-from #:defclass-std #:defclass/std) (:import-from #:alexandria #:when-let #:when-let* #:if-let)) |