Skip to content

Commit 4c7595f

Browse files
Fix
1 parent f5aae17 commit 4c7595f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/solver/td3.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ module Base =
330330
else
331331
true
332332
) w false (* nosemgrep: fold-exists *) (* does side effects *)
333-
and eq_wrapper x eqx = ((UpdateRule.get_wrapper ~solve_widen:(fun x-> solve x Widen) ~init ~stable ~data:update_rule_data ~sides ~add_sides ~rho ~destabilize ~side ~assert_can_receive_side):UpdateRule.eq_wrap) x eqx
333+
and eq_wrapper x eqx = ((UpdateRule.get_wrapper ~solve_widen:(fun x-> solve x Widen) ~init ~stable ~data:update_rule_data ~sides ~add_sides ~rho ~destabilize ~side ~assert_can_receive_side):UpdateRule.eq_wrapper) x eqx
334334
and solve ?reuse_eq x phase =
335335
if tracing then trace "sol2" "solve %a, phase: %s, called: %b, stable: %b, wpoint: %a" S.Var.pretty_trace x (show_phase phase) (HM.mem called x) (HM.mem stable x) pretty_wpoint x;
336336
init x;

0 commit comments

Comments
 (0)