diff options
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.lisp b/package.lisp index 11b9171..04ecb26 100644 --- a/package.lisp +++ b/package.lisp @@ -3,7 +3,6 @@ (defpackage #:testiere (:use #:cl) (:import-from #:trivia #:match #:guard) - (:export #:defun+ - #:defmethod+)) + (:export #:defun/t)) |