Skip to content

Commit 7eadc92

Browse files
committed
fix trace
1 parent ee2d786 commit 7eadc92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3901,6 +3901,7 @@ let make_runtime : ?max_steps: int -> ?delay_outside_fragment: bool -> 'x execut
39013901
in
39023902
prune alts in
39033903
if cutto_alts == Noalts then T.trail := T.empty ();
3904+
[%spy "user:rule:cut" ~rid ~gid pp_string "success"];
39043905
match gs with
39053906
| [] -> pop_andl cutto_alts next cutto_alts
39063907
| { depth; program; goal; gid = gid [@trace] } :: gs -> run depth program goal (gid[@trace]) gs next cutto_alts cutto_alts

0 commit comments

Comments
 (0)