From 3394261352a6103c8969f1cd938135a03754cf0b Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 14 Sep 2024 08:09:26 -0700 Subject: Add table deftype --- package.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index 1bf33cb..0f5cf89 100644 --- a/package.lisp +++ b/package.lisp @@ -10,4 +10,6 @@ #:tuple ; deftype #:vector-of ; deftype #:sequence-of ; deftype - #:list-of)) ; deftype + #:list-of ; deftype + #:table ; deftype + )) -- cgit v1.2.3