summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp10
1 files changed, 3 insertions, 7 deletions
diff --git a/package.lisp b/package.lisp
index b59340f..f3b157c 100644
--- a/package.lisp
+++ b/package.lisp
@@ -4,12 +4,8 @@
(:use #:cl)
(:nicknames #:hq)
(:export
- #:defvarf
+ #:let+
#:imperative
- #:?>
- #:>>
- #:imperative-cond
- #:with-plist
+ #:binding-cond
#:defun-case
- #:group
- #:tabulate))
+))