aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2020-12-13 07:27:53 -0600
committerColin Okay <okay@toyful.space>2020-12-13 07:27:53 -0600
commitd25e5a1cdd2e934c8c21851aac93d9a30b8bb0cf (patch)
treeffc7130db2c7fe75cb765da5f47fb1c83924dfb8 /package.lisp
parent2e2263a011846cb04dce9538079d2d5e9b7724d0 (diff)
renaming
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.lisp b/package.lisp
index e50fe78..4028f77 100644
--- a/package.lisp
+++ b/package.lisp
@@ -1,11 +1,11 @@
;;;; package.lisp
-(defpackage #:lambda-tools
+(defpackage #:lambda-riffs
(:use #:cl)
(:export #:$
- #:>>
- #:<>
+ #:->
+ #:all>
+ #:some>
+ #:make-lazy
#:conj
- #:disj
- #:enable-partial-eval-reader-macro
- #:enable-lazy-eval-reader-macros))
+ #:disj))