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

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