Function: soap-type-of
soap-type-of is a function alias for type-of, defined in data.c.
Signature
(soap-type-of OBJECT)
Documentation
Return a symbol representing the type of OBJECT.
The symbol returned names the object's basic type;
for example, (type-of 1) returns integer.