Skip to content

Commit

Permalink
Fix anomaly
Browse files Browse the repository at this point in the history
  • Loading branch information
DIJamner committed Aug 3, 2023
1 parent 8e0c039 commit 44b0f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyLevelLang/src/PyLevelLang/SamplePrograms.v
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ Section WithMap.
intros.
inversion H; subst.
rewrite H2; try easy.
firstorder idtac.
eapply IHl; eauto.
Qed.

Lemma fold_left_no_ans (l : list Z) m :
Expand Down

0 comments on commit 44b0f8f

Please sign in to comment.