summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-03-10 20:10:13 -0800
committercolin <colin@cicadas.surf>2023-03-10 20:10:13 -0800
commita3f84febe484a78cd4ffc7032312754ab2f41b21 (patch)
tree86546702acb401efcb7f09941feb2b9c0e6464de /package.lisp
parent47d29ce07a4ab65004a68cc46f22f006d2e87312 (diff)
Added >> to hyperquirks
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 342dbbf..5025869 100644
--- a/package.lisp
+++ b/package.lisp
@@ -5,8 +5,8 @@
(:nicknames #:hq)
(:export
#:with-env
+ #:>>
#:let+
#:imperative
#:binding-cond
- #:defun-case
-))
+ #:defun-case))