summaryrefslogtreecommitdiff
path: root/package.lisp
blob: 5828ff03ef2b4fac32e8b44c8852429a7a75ad3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;;;; package.lisp

(defpackage #:hyperquirks
  (:use #:cl)
  (:nicknames #:hq)
  (:export
   #:with-env
   #:>>
   #:>>>
   #:?>>
   #:let+
   #:imperative
   #:binding-cond
   #:defun-case))