Skip to content

Commit ff58d08

Browse files
committed
fix conflicts
1 parent a7326f1 commit ff58d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/phl/ecPhlPrRw.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ let pr_sum env pr =
8989

9090
let pr_mu1_le_eq_mu1 m f args resv k fresh_id d =
9191
let kfresh = f_local fresh_id k.f_ty in
92-
let f_ll = f_bdHoareF f_true f f_true FHeq f_r1
92+
let f_ll = f_bdHoareF {m;inv=f_true} f {m;inv=f_true} FHeq {m;inv=f_r1}
9393
and f_le_mu1 = f_forall [ (fresh_id, gtty k.f_ty) ]
9494
(f_real_le (f_pr m f args (f_eq resv kfresh)) (f_mu_x d kfresh))
9595
and concl =

0 commit comments

Comments
 (0)