(closure? argument) -> boolean
Tests if the given argument is a <closure>.
Example:
>> (closure? string->sxml) :: #t >> (closure? integer?) :: #f
Compare the above examples with primitive? and function?.