aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
blob: 6472436c18aa2b2457fc40cd2e2e407cca10e755 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;;; 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