about summary refs log tree commit diff
path: root/lisp/klatre/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/klatre/package.lisp')
-rw-r--r--lisp/klatre/package.lisp5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/klatre/package.lisp b/lisp/klatre/package.lisp
index 2e63401679..21f659ef18 100644
--- a/lisp/klatre/package.lisp
+++ b/lisp/klatre/package.lisp
@@ -10,4 +10,7 @@
 
    ;; String handling
    #:+dottime-format+ #:format-dottime
-   #:try-parse-integer))
+   #:try-parse-integer
+
+   ;; Function utilities
+   #:partial))