aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index 145dadd..11b9171 100644
--- a/package.lisp
+++ b/package.lisp
@@ -2,6 +2,8 @@
(defpackage #:testiere
(:use #:cl)
- (:import-from #:trivia #:match #:guard))
+ (:import-from #:trivia #:match #:guard)
+ (:export #:defun+
+ #:defmethod+))