aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
blob: 04ecb26d3fa0e55aa083fe8fbce37a703f3506d5 (plain)
1
2
3
4
5
6
7
8
;;;; package.lisp

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