diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-13 20:57:36 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-13 20:57:36 -0500 |
commit | d536759a966cce12f152e37419e122b355e73634 (patch) | |
tree | bf062a4c8b3388e7239f8fdd08c3ad4d878af723 | |
parent | 7e7c53e14cb5f2885a9a2b7fe0367e849611e8b6 (diff) |
forgot exports
-rw-r--r-- | package.lisp | 5 |
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)) |