aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-14 10:42:28 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-14 10:42:28 -0500
commita6f672f53e924811ead5970815ef6b845c944607 (patch)
tree733dbcde761e5f9975696966c8377565e493da02 /package.lisp
parent1b06f7b323b221243a1fdffcb3fc8c6d23ef2754 (diff)
removed alexandria dep
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/package.lisp b/package.lisp
index 3160113..d6a307d 100644
--- a/package.lisp
+++ b/package.lisp
@@ -2,8 +2,6 @@
(defpackage #:lambda-tools
(:use #:cl)
- (:import-from #:alexandria
- #:if-let)
(:export #:$$
#:$and
#:$or))