Skip to content

Commit

Permalink
fix trace
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed May 24, 2024
1 parent 91dffde commit 4664573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3901,6 +3901,7 @@ let make_runtime : ?max_steps: int -> ?delay_outside_fragment: bool -> 'x execut
in
prune alts in
if cutto_alts == Noalts then T.trail := T.empty ();
[%spy "user:rule:cut" ~rid ~gid pp_string "success"];
match gs with
| [] -> pop_andl cutto_alts next cutto_alts
| { depth; program; goal; gid = gid [@trace] } :: gs -> run depth program goal (gid[@trace]) gs next cutto_alts cutto_alts
Expand Down

0 comments on commit 4664573

Please sign in to comment.