aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-09-08 07:33:21 -0700
committercolin <colin@cicadas.surf>2024-09-08 07:33:21 -0700
commita0f32d5ac333b88bb294c613698389ac8e687f92 (patch)
tree326a9268bb3c6567696880db96b4471f312a073c /package.lisp
parent4fc872fb435f11b8bcc7838c6eff4f6b3b48e60c (diff)
added sequence-of type
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
index ae36c5c..1bf33cb 100644
--- a/package.lisp
+++ b/package.lisp
@@ -9,4 +9,5 @@
#:optional ; deftype
#:tuple ; deftype
#:vector-of ; deftype
+ #:sequence-of ; deftype
#:list-of)) ; deftype