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

(defpackage #:testiere
  (:use #:cl)
  (:import-from #:trivia #:match #:guard)
  (:export #:defun/t))