From 071625684fda19cbb47dad95638fc8cd708ac29b Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 1 Sep 2024 08:13:21 -0700 Subject: Add: TUPLE deftype --- package.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'package.lisp') diff --git a/package.lisp b/package.lisp index 6472436..ae36c5c 100644 --- a/package.lisp +++ b/package.lisp @@ -7,5 +7,6 @@ (:export #:type-specifier-p ; function #:optional ; deftype + #:tuple ; deftype #:vector-of ; deftype #:list-of)) ; deftype -- cgit v1.2.3