aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp10
1 files changed, 10 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
new file mode 100644
index 0000000..57ed987
--- /dev/null
+++ b/package.lisp
@@ -0,0 +1,10 @@
+;;;; package.lisp
+
+(defpackage #:petty-types
+ (:use #:cl)
+ (:local-nicknames
+ (#:a #:alexandria-2))
+ (:export
+ #:type-specifier-p ; function
+ #:vector-of ; deftype
+ #:list-of)) ; deftype