We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
特定の識別子に対して、そこに付与されている属性を全てリストアップすることはできるか?
たとえば、abbrev hoge := String としたときに、hoge に [reducible] 属性が付与されていることは確かめられるか?
abbrev hoge := String
hoge
[reducible]
The text was updated successfully, but these errors were encountered:
Zulip: > list all attributes
Sorry, something went wrong.
No branches or pull requests
特定の識別子に対して、そこに付与されている属性を全てリストアップすることはできるか?
たとえば、
abbrev hoge := String
としたときに、hoge
に[reducible]
属性が付与されていることは確かめられるか?The text was updated successfully, but these errors were encountered: