Skip to content

Commit

Permalink
Let does not support Proof using (coq/coq#17576) (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Nov 6, 2023
1 parent f5a0c64 commit f30a38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Arithmetic/MontgomeryReduction/Proofs.v
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Section montgomery.
break_match; rewrite partial_reduce_correct; t_fin_correct.
Qed.

Let m_small : 0 <= m < R. Proof using N'_in_range. auto with zarith. Qed.
Let m_small : 0 <= m < R. Proof. auto with zarith. Qed.

Section generic.
Lemma prereduce_in_range_gen B
Expand Down

0 comments on commit f30a38f

Please sign in to comment.