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

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