aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index d037ff1..3160113 100644
--- a/package.lisp
+++ b/package.lisp
@@ -4,6 +4,6 @@
(:use #:cl)
(:import-from #:alexandria
#:if-let)
- (:export #:$
+ (:export #:$$
#:$and
#:$or))