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