aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-09-09 11:09:10 -0700
committercolin <colin@cicadas.surf>2023-09-09 13:59:36 -0700
commit4025722943ae814c88da1fa8fe5778cffecce4ad (patch)
tree12ca12b13dc53913eab33d61e5c7eeea946699e0 /package.lisp
parent1bb8d1f8826e21314aae0a96dc25d088afad36f5 (diff)
Testiere2
Add examples changed some internal names; improved some error messages Added more examples renaming exports Added New Readme
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp14
1 files changed, 0 insertions, 14 deletions
diff --git a/package.lisp b/package.lisp
deleted file mode 100644
index 9583460..0000000
--- a/package.lisp
+++ /dev/null
@@ -1,14 +0,0 @@
-;;;; package.lisp
-
-(defpackage #:testiere
- (:use #:cl)
- (:import-from #:trivia #:match #:guard)
- (:export #:defun/t #:with-stubs #:with-stub))
-
-
-
-
-
-
-
-