aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-03-20 09:38:48 -0500
committerColin Okay <okay@toyful.space>2022-03-20 09:38:48 -0500
commit91533257d3ddf97a5d9cc670d6ec5d4e824af025 (patch)
treea3a889786de623b4caa33a3836647712ae354b05 /package.lisp
parentdccb512b2a16ffd2525d8862ac899303f7a58eef (diff)
[feature] added with-stubs, updated [docs]
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index 9763e9b..9583460 100644
--- a/package.lisp
+++ b/package.lisp
@@ -3,7 +3,7 @@
(defpackage #:testiere
(:use #:cl)
(:import-from #:trivia #:match #:guard)
- (:export #:defun/t))
+ (:export #:defun/t #:with-stubs #:with-stub))