aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-03-08 11:46:40 -0600
committerColin Okay <okay@toyful.space>2022-03-08 11:46:40 -0600
commitabed60dd424a3e47ecf3f69e5b00bd759073be2c (patch)
tree775816cb8f4b063eb248d7f4efec5d84cb365703 /package.lisp
parent6990d42faca35cab8d832d55e35dc3f128eb94b5 (diff)
changed name of defun+ to defun/t
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp3
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))