Skip to content
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

Adapt to coq/coq#18280 (case relevance outside case info) #122

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

SkySkimmer
Copy link
Contributor

No description provided.

Copy link
Collaborator

@JasonGross JasonGross left a comment

Choose a reason for hiding this comment

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

Thank you!

@ppedrot
Copy link
Contributor

ppedrot commented Nov 13, 2023

Please merge now.

@JasonGross JasonGross marked this pull request as ready for review November 13, 2023 14:54
Ltac2 destCase (c : constr) :=
let k := kind c in
match k with
| Case a b c d e => let (b,_) := b in (a, b, c, d, e)
Copy link
Collaborator

Choose a reason for hiding this comment

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

File "./src/Rewriter/Util/Tactics2/DestCase.v", line 9, characters 27-30:
Error: This expression has type constr but an expression was expected of type
'a * 'b

Has the docker image updated yet?

@JasonGross JasonGross merged commit 3e84ec2 into mit-plv:master Nov 13, 2023
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.

3 participants