types

Types
list-of-strings '(satisfies list-of-strings-p)
Functions
list-of-strings-p object
list-of-strings-p  object  [Function]
Return true if OBJECT is a list of strings.

If OBJECT is the empty list, value is true, too.
list-of-strings  '(satisfies list-of-strings-p)  [Type]
Type specifier for a list of strings.