(any procedure list) -> boolean
Returns true if the procedure would return true for at least one of the elements of the list.
Example:
>>(any string? '(1 'a "test")) :: #t