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

Incorrect printing of in clause of match #16919

Open
SkySkimmer opened this issue Nov 26, 2022 · 0 comments
Open

Incorrect printing of in clause of match #16919

SkySkimmer opened this issue Nov 26, 2022 · 0 comments
Labels
kind: bug An error, flaw, fault or unintended behaviour.

Comments

@SkySkimmer
Copy link
Contributor

Goal forall e : 1 = 0, match e return Prop with eq_refl => True end.
intros.
Set Printing All.
(* match e in (eq _ n) return Prop with
   | eq_refl => True
   end
*)

shouldn't it be in (@eq _ _ n) since we have Printing All?

@Alizter Alizter added the kind: bug An error, flaw, fault or unintended behaviour. label Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug An error, flaw, fault or unintended behaviour.
Projects
None yet
Development

No branches or pull requests

2 participants