aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp4
1 files changed, 3 insertions, 1 deletions
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
+ ))