aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-02-11 09:11:57 -0800
committercolin <colin@cicadas.surf>2023-02-11 09:11:57 -0800
commit1f1cf84e9518a36896f293e47f4be8cace52df8d (patch)
tree161390e79c7fc98d2eaef7ccdc77c157a6792849 /package.lisp
parente46dea130e2eb36cb0cc1956a100a0497981dc42 (diff)
Breaking Refactor + New utils
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.lisp b/package.lisp
index 8484a30..8e109a7 100644
--- a/package.lisp
+++ b/package.lisp
@@ -4,5 +4,7 @@
(:use #:cl)
(:export #:with-plist
#:with-alist
- #:get-nested
- #:pluck-nested))
+ #:with-slot-paths
+ #:slot-path-value
+ #:with-keypaths
+ #:getf-path))