;;;; package.lisp (defpackage #:petty-types (:use #:cl) (:local-nicknames (#:a #:alexandria-2)) (:export #:type-specifier-p ; function #:optional ; deftype #:vector-of ; deftype #:list-of)) ; deftype