aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-08-13 10:38:30 -0500
committerColin Okay <cbeok@protonmail.com>2020-08-13 10:38:30 -0500
commite8c0f8e58b0039d8d3ed886654a5452168168436 (patch)
tree5e9034a3b8cee68a4dad8bb3d35e8ae3a3f457b3 /package.lisp
parent61c06fc10ee2bad8d810d342a707677ede2c5f78 (diff)
removed replaced $and $or with macros; added reader macro for $$
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>))