VERNAC EXTEND should (by default) follow Import
rather than Require
#17064
Labels
kind: design discussion
Discussion about the design of a feature.
part: vernac
High level command interpretation.
Originally posted by @JasonGross in mattam82/Coq-Equations#515
This is plausibly related to #10146, maybe even to #12575
It was pointed out on Coq call that we may want
Require Extraction
to be enough to use extraction, so it seems plausible that syntax extensions should be allowed to declare their extensions to be superglobal (i.e., to followRequire
), but by default I think it's better to have the vernac syntax extensions followImport
The text was updated successfully, but these errors were encountered: