aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-13 20:57:36 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-13 20:57:36 -0500
commitd536759a966cce12f152e37419e122b355e73634 (patch)
treebf062a4c8b3388e7239f8fdd08c3ad4d878af723
parent7e7c53e14cb5f2885a9a2b7fe0367e849611e8b6 (diff)
forgot exports
-rw-r--r--package.lisp5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index 0dcbc8f..d037ff1 100644
--- a/package.lisp
+++ b/package.lisp
@@ -3,4 +3,7 @@
(defpackage #:lambda-tools
(:use #:cl)
(:import-from #:alexandria
- #:if-let))
+ #:if-let)
+ (:export #:$
+ #:$and
+ #:$or))