aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
blob: 958346046fed125efb6065a7b4c44e8702b27aba (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 #:with-stubs #:with-stub))