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

(defpackage #:testiere
  (:use #:cl)
  (:import-from #:trivia #:match #:guard))