From 91533257d3ddf97a5d9cc670d6ec5d4e824af025 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 20 Mar 2022 09:38:48 -0500 Subject: [feature] added with-stubs, updated [docs] --- package.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.lisp') 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)) -- cgit v1.2.3