aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-08-13 09:44:17 -0500
committerColin Okay <cbeok@protonmail.com>2020-08-13 09:44:17 -0500
commit76ce9621e57a51c4dff7f89f86bf32c105780de7 (patch)
tree53e1c2d32ae397d6f7153467a9596b35b9ccfb20 /package.lisp
parent6f7197cccbc81924f314d63b6be5fe166f0c98cf (diff)
tweaks and fixes, an a kind of threading/composition function pair
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index d6a307d..35c5f5f 100644
--- a/package.lisp
+++ b/package.lisp
@@ -4,4 +4,6 @@
(:use #:cl)
(:export #:$$
#:$and
- #:$or))
+ #:$or
+ #:>>
+ #:<>))