mattam82 / Coq-Equations

A function definition package for Coq
http://mattam82.github.io/Coq-Equations
GNU Lesser General Public License v2.1
223 stars 44 forks source link

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

Closed herbelin closed 5 months ago

herbelin commented 5 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.