aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-02-11 15:18:46 -0800
committercolin <colin@cicadas.surf>2023-02-11 15:18:46 -0800
commitf7baaa6fbf2457e72c3237cbce158a42315c1873 (patch)
tree3161815f73894a01796f0f1693b07701323d5db1 /package.lisp
parent1f1cf84e9518a36896f293e47f4be8cace52df8d (diff)
Abstracted into macro-defining macrosHEADmain
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))
+
+