aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.lisp b/package.lisp
index 35c5f5f..3763ee0 100644
--- a/package.lisp
+++ b/package.lisp
@@ -3,7 +3,7 @@
(defpackage #:lambda-tools
(:use #:cl)
(:export #:$$
- #:$and
- #:$or
#:>>
- #:<>))
+ #:<>
+ #:and>
+ #:or>))