compat
compat copied to clipboard
** New function 'cl-type-of'
This function is like 'type-of' except that it sometimes returns a more precise type. For example, for nil and t it returns 'null' and 'boolean' respectively, instead of just 'symbol'.
(Emacs 30)