aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
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))