aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-14 10:21:32 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-14 10:21:32 -0500
commitcc03f9b4985d802661cc9e1c8778188522f0ed6e (patch)
tree96ab2e7c889b787df089253e270297ce7ba6c575 /package.lisp
parentdfd02e7d038f043d079dce1d55c750f941775fea (diff)
added no nesting check, changed name of $ to $$
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))