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

missing glob info for notations #575

Open
gares opened this issue Jan 24, 2024 · 2 comments
Open

missing glob info for notations #575

gares opened this issue Jan 24, 2024 · 2 comments

Comments

@gares
Copy link
Contributor

gares commented Jan 24, 2024

@gares
Copy link
Contributor Author

gares commented Jan 24, 2024

CC @yoshihiro503

@gares
Copy link
Contributor Author

gares commented Dec 11, 2024

In order to fix this problem, one has to add here:

let qname = Libnames.qualid_of_string (Id.to_string name) in

a call to Dumpglob, here an example inside Coq-Elpi (for definitions)
Dumpglob.dump_definition name true "var";

For abbreviations, this is what Coq prints:
https://github.com/coq/coq/blob/ff528cbf5b534c42896cd3297267e9ee2f9c37f2/vernac/vernacentries.ml#L1737

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant