about summary refs log tree commit diff
path: root/strings.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'strings.lisp')
-rw-r--r--strings.lisp6
1 files changed, 6 insertions, 0 deletions
diff --git a/strings.lisp b/strings.lisp
new file mode 100644
index 0000000000..e9fd91c961
--- /dev/null
+++ b/strings.lisp
@@ -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))