Add the possibility of defining opaque terms with program.#48
Closed
mlasson wants to merge 1 commit intorocq-prover:trunkfrom
Closed
Add the possibility of defining opaque terms with program.#48mlasson wants to merge 1 commit intorocq-prover:trunkfrom
mlasson wants to merge 1 commit intorocq-prover:trunkfrom
Conversation
Member
|
Looks good to me too, I'll merge it. |
ybertot
added a commit
to ybertot/coq
that referenced
this pull request
Feb 20, 2019
Adapt to Coq's PR rocq-prover#7797 (removal of reference).
proux01
added a commit
to validsdp/coq
that referenced
this pull request
Nov 14, 2020
This an implementation of point 2 of CEP rocq-prover#48 rocq-prover/rfcs#48 Option -native-compiler of the configure script now impacts the default value of the option -native-compiler of coqc. The -native-compiler option of the configure script is added an ondemand value, which becomes the default, thus preserving the previous default behavior. The stdlib is still precompiled when configuring with -native-compiler yes. It is not precompiled otherwise.
proux01
added a commit
to validsdp/coq
that referenced
this pull request
Nov 15, 2020
This an implementation of point 2 of CEP rocq-prover#48 rocq-prover/rfcs#48 Option -native-compiler of the configure script now impacts the default value of the option -native-compiler of coqc. The -native-compiler option of the configure script is added an ondemand value, which becomes the default, thus preserving the previous default behavior. The stdlib is still precompiled when configuring with -native-compiler yes. It is not precompiled otherwise.
proux01
added a commit
to validsdp/coq
that referenced
this pull request
Nov 18, 2020
This an implementation of point 2 of CEP rocq-prover#48 rocq-prover/rfcs#48 Option -native-compiler of the configure script now impacts the default value of the option -native-compiler of coqc. The -native-compiler option of the configure script is added an ondemand value, which becomes the default, thus preserving the previous default behavior. The stdlib is still precompiled when configuring with -native-compiler yes. It is not precompiled otherwise.
jfehrle
pushed a commit
to jfehrle/coq
that referenced
this pull request
Dec 19, 2022
Add some missing type annotations
proux01
pushed a commit
to proux01/rocq
that referenced
this pull request
Sep 10, 2024
Coq 8.7+beta2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello !
The pull-request propose to add an optional flag to "Program.add_definition" for allowing plugin developpers to use Program.add_definition to define opaque terms.
It probably should be reviewed by Matthieu Sozeau if you consider merging it.
Marc Lasson.