MetaCoq / metacoq

Metaprogramming, verified meta-theory and implementation of Coq in Coq
https://metacoq.github.io
MIT License
367 stars 79 forks source link

Adapt to Coq PR #18795 (more uniform API for declare.ml) #1083

Closed herbelin closed 2 months ago

herbelin commented 3 months ago

By uniformity, and to ensure awareness of what opacity is chosen, coq/coq#18795 proposes that opaque is now made a mandatory label of add_definition, like it is for other declaration functions of the API.

The label term is also renamed to body, again by consistency of naming.

To be merged synchronously with coq/coq#18795.