aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2021-09-23 14:21:03 -0500
committerColin Okay <okay@toyful.space>2021-09-23 14:21:03 -0500
commitfac66522b7b05d2e520da18d187ab3128c2c1a9a (patch)
tree446d19f5f2b2c42d5e8bf088f3e0edf1a5662210 /package.lisp
parentcc875b2c0a3d6c2fa078549a626568b53049f34b (diff)
just the reader macro
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp9
1 files changed, 1 insertions, 8 deletions
diff --git a/package.lisp b/package.lisp
index 00cd296..6239056 100644
--- a/package.lisp
+++ b/package.lisp
@@ -2,11 +2,4 @@
(defpackage #:lambda-riffs
(:use #:cl)
- (:export #:$
- #:->
- #:monadic>
- #:all>
- #:some>
- #:make-lazy
- #:conj
- #:disj))
+ (:export #:$))