Merge commit '95aeb2ebae' as 'third_party/lisp/alexandria'

This commit is contained in:
Vincent Ambo 2020-01-17 18:04:20 +00:00
commit 0a9a569534
29 changed files with 6252 additions and 0 deletions

View file

@ -0,0 +1,6 @@
(in-package :alexandria)
(deftype string-designator ()
"A string designator type. A string designator is either a string, a symbol,
or a character."
`(or symbol string character))