Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

** New function 'cl-type-of' #45

Closed
minad opened this issue Jun 14, 2024 · 1 comment
Closed

** New function 'cl-type-of' #45

minad opened this issue Jun 14, 2024 · 1 comment
Labels

Comments

@minad
Copy link
Member

minad commented Jun 14, 2024

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)

@minad minad added the emacs-30 label Sep 5, 2024
@minad
Copy link
Member Author

minad commented Sep 29, 2024

I think this API is a bit special (why is it in cl-* even?). We should only implement it if requested and needed by another package.

@minad minad closed this as not planned Won't fix, can't repro, duplicate, stale Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant