-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Structure panel should omit "let () = ..." items and should include "let (a,b) = ..." items #153
Comments
Fixed in 0.74 |
Looks better on # 1, thanks. I would have split Also, a different issue: I'd expect the |
Fixed in 0.75 |
Looks good! |
plugin version: 0.73
let () = ...
should not appear in the structure panel since they don't have name. For example:let (a, b) = ...
should appear in the structure panel with namesa
andb
. For example:Code for the examples is here: https://github.com/coq/coq/blob/master/vernac/vernacentries.ml
The text was updated successfully, but these errors were encountered: