aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-08-13 11:18:44 -0500
committerColin Okay <cbeok@protonmail.com>2020-08-13 11:18:44 -0500
commit94cdd9c501235aee52d772aa528584d5b023d4fd (patch)
treea9b406ddff563f2d619251cd12a08d7172bbafed /package.lisp
parentc80b5a82030246cfe3b0305874b8a682fad4c199 (diff)
renamed and> and or> to conj and disj
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.lisp b/package.lisp
index e1c0bbc..dc16ff5 100644
--- a/package.lisp
+++ b/package.lisp
@@ -5,7 +5,7 @@
(:export #:$$
#:>>
#:<>
- #:and>
- #:or>
+ #:conj
+ #:disj
#:enable-partial-eval-reader-macro
#:enable-lazy-eval-reader-macros))