aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
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))
-
-
-
-
-
-
-
-