Skip to content

Adapt to rocq-prover/rocq#21987 (secvar status)#32

Open
SkySkimmer wants to merge 1 commit into
Lysxia:masterfrom
SkySkimmer:context-secvar
Open

Adapt to rocq-prover/rocq#21987 (secvar status)#32
SkySkimmer wants to merge 1 commit into
Lysxia:masterfrom
SkySkimmer:context-secvar

Conversation

@SkySkimmer

Copy link
Copy Markdown

No description provided.

Proof.
repeat match goal with
| [ c : _ |- _ ] => destruct c; clear c; try discriminate
| [ c : _ |- _ ] => destruct (c); clear c; try discriminate

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure what the intent was exactly, destruct without the parens would clear so the second clear is redundant and would error with rocq-prover/rocq#21987

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably an oversight, so just destruct c seems better indeed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants