Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tragicus committed Aug 2, 2024
1 parent 3e64a32 commit 7f79944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refinements/binord.v
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Local Arguments mul_ord /.

#[export] Instance Rord_mul n1 n2 (rn : nat_R n1 n2) :
refines (Rord (nat_R_S_R rn) ==> Rord (nat_R_S_R rn) ==> Rord (nat_R_S_R rn))
(@Zp_mul n1.+1) *%C.
(@Zp_mul _) *%C.
Proof.
rewrite refinesE=> x x' hx y y' hy /=.
exact: refinesP.
Expand Down

0 comments on commit 7f79944

Please sign in to comment.