-
Notifications
You must be signed in to change notification settings - Fork 676
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
Obligations, Proof, Hint Extern, tactic option commands do not depend on ltac1 #19690
Open
SkySkimmer
wants to merge
13
commits into
coq:master
Choose a base branch
from
SkySkimmer:ltacX-obligations
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+417
−222
Conversation
This file contains 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
SkySkimmer
commented
Oct 14, 2024
tactics/gentactic.mli
Outdated
Comment on lines
33
to
38
val intern : Environ.env -> ?ltacvars:Id.Set.t -> raw_generic_tactic -> glob_generic_tactic | ||
|
||
val interp : ?lfun:Geninterp.Val.t Id.Map.t -> glob_generic_tactic -> unit Proofview.tactic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The handling of the extra variables could be improved, currently ltac2 simply ignores them.
SkySkimmer
added a commit
to SkySkimmer/neural-net-coq-interp
that referenced
this pull request
Oct 15, 2024
SkySkimmer
added a commit
to SkySkimmer/rupicola
that referenced
this pull request
Oct 15, 2024
Loading
Loading status checks…
SkySkimmer
added a commit
to SkySkimmer/Mtac2
that referenced
this pull request
Oct 15, 2024
SkySkimmer
added a commit
to SkySkimmer/paramcoq
that referenced
this pull request
Oct 15, 2024
SkySkimmer
added a commit
to SkySkimmer/coq-waterproof
that referenced
this pull request
Oct 15, 2024
Loading
Loading status checks…
042509c
to
e4e4a10
Compare
It also internalizes in the goal env, like Tacinterp.interp.
SkySkimmer
added a commit
to SkySkimmer/coq-waterproof
that referenced
this pull request
Mar 11, 2025
Loading
Loading status checks…
SkySkimmer
added a commit
to SkySkimmer/coq-waterproof
that referenced
this pull request
Mar 11, 2025
Loading
Loading status checks…
SkySkimmer
added a commit
to SkySkimmer/coq-waterproof
that referenced
this pull request
Mar 11, 2025
Loading
Loading status checks…
SkySkimmer
added a commit
to SkySkimmer/coq-tactician
that referenced
this pull request
Mar 11, 2025
Loading
Loading status checks…
…entry)
SkySkimmer
added a commit
to SkySkimmer/coq-lsp
that referenced
this pull request
Mar 11, 2025
SkySkimmer
added a commit
to SkySkimmer/coq-lsp
that referenced
this pull request
Mar 11, 2025
SkySkimmer
added a commit
to SkySkimmer/rewriter
that referenced
this pull request
Mar 11, 2025
45d2bb8
to
2194bd1
Compare
Should be ready, can I get an assignee? Maybe @ppedrot |
unimath failure is spurious, fiat crypto isn't |
2194bd1
to
13aca15
Compare
JasonGross
pushed a commit
to mit-plv/rewriter
that referenced
this pull request
Mar 12, 2025
Loading
Loading status checks…
JasonGross
pushed a commit
to JasonGross/neural-net-coq-interp
that referenced
this pull request
Mar 12, 2025
Loading
Loading status checks…
samuelgruetter
added a commit
to mit-plv/rupicola
that referenced
this pull request
Mar 12, 2025
Adapt to coq/coq#19690 (Hint Extern respects default proof mode)
JasonGross
pushed a commit
to mit-plv/fiat-crypto
that referenced
this pull request
Mar 13, 2025
Loading
Loading status checks…
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.
Some parts of the code already use genargs to handle tactic expressions without depending on ltac1, eg the implementation of obligations.
We expand on this and provide a grammar entry
generic_tactic
which produces those genargs depending on the current default proof mode.Overlays:
Backward compatible overlays: