aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.lisp b/package.lisp
index 8e109a7..9359f1b 100644
--- a/package.lisp
+++ b/package.lisp
@@ -4,7 +4,11 @@
(:use #:cl)
(:export #:with-plist
#:with-alist
- #:with-slot-paths
#:slot-path-value
+ #:gethash-path
+ #:getf-path
+ #:with-slot-paths
#:with-keypaths
- #:getf-path))
+ #:with-hash-paths))
+
+