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

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