aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
blob: ae36c5c89f629b63b8f63e83b62dcf86b65d4ac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
;;;; package.lisp

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