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

Wrong TYPEP result #445

Open
mmontone opened this issue Sep 3, 2022 · 1 comment
Open

Wrong TYPEP result #445

mmontone opened this issue Sep 3, 2022 · 1 comment
Labels

Comments

@mmontone
Copy link

mmontone commented Sep 3, 2022

It would help if this got fixed, as I'm dealing with types.

CL-USER> (defclass person () ())
#<standard-class PERSON>
CL-USER> (make-instance 'person) 
... 
#<instance PERSON >
CL-USER> (typep * 'cons)
T
@mmontone mmontone changed the title TYPEP gives T on instance of STANDARD-OBJECT Wrong TYPEP result Sep 3, 2022
@vlad-km
Copy link
Member

vlad-km commented Sep 3, 2022

Thanks

@vlad-km vlad-km added the bug label Sep 3, 2022
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

2 participants