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

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