-
-
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
Functions in struct in "module : sig ... end = struct ... end" not shown in Structure panel #170
Comments
Looks good! Maybe put "Implementation" in parentheses so it can't be mistaken for the name of a submodule. The icon suggests that it's a module, but I don't have a good suggestion on how to do it better. I suppose you'll release this soon? |
"Backtrack (implementation)" is too long, so I'd eliminate e. I would omit the icon next to the implementation label because it's not a module, so I'd eliminate a and d. In c, A couple other thoughts:
|
the (impl) is present in 0.79. |
Looks very good, thanks! |
plugin version: 0.76.2
Description
Backtrack
but the other functions defined in thestruct
such asfold_until
don't appear anywhere in the Structure panel. Seems like they should be shown somewhere.Backtrack
methods takes you to the signature rather than the function body. Probably would be more helpful to jump to the function body.The code is in https://github.com/coq/coq/blob/master/stm/stm.ml
The text was updated successfully, but these errors were encountered: