Skip to content

Adapt to rocq-prover/rocq#20809 (Automatically generate goal names) #186

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test-suite/output/Fixpoint.out
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The 1st recursive definition is:
"fun n m : nat =>
match n with
| 0 => bar 0 0
| S n0 => (fun n1 : nat => ?Goal0@{n:=n1}) n0
| S n0 => (fun n1 : nat => ?S@{n:=n1}) n0
end".
The 2nd recursive definition is: "fun n m : nat => ?Goal".
The condition holds up to here.
Expand All @@ -92,6 +92,6 @@ The 1st recursive definition is:
"fun (n : nat) (m : Prop) =>
match n with
| 0 => bar' SI 0
| S n0 => (fun n1 : nat => ?Goal0@{n:=n1}) n0
| S n0 => (fun n1 : nat => ?S@{n:=n1}) n0
end".
The 2nd recursive definition is: "fun (n : STrue) (m : nat) => ?Goal".
Loading