diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-24 14:26:16 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-24 14:26:16 -0500 |
commit | b31c905089fae80ee1645506cd3026ee3b7a5d1d (patch) | |
tree | 0b174d7623230602f82795cf588c33f9f3a87bed /package.lisp | |
parent | 896be84ac5a2a94c19ca71df00ee41710112cf67 (diff) |
Add: derriday for with-plists
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 ed09c5f..2903fe6 100644 --- a/package.lisp +++ b/package.lisp @@ -13,6 +13,7 @@ #:string-unique-index #:hash-index #:hash-list-index) + (:import-from #:derrida #:with-plist) (:import-from #:alexandria-2 #:with-gensyms #:when-let |