We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2d786 commit 7eadc92Copy full SHA for 7eadc92
src/runtime.ml
@@ -3901,6 +3901,7 @@ let make_runtime : ?max_steps: int -> ?delay_outside_fragment: bool -> 'x execut
3901
in
3902
prune alts in
3903
if cutto_alts == Noalts then T.trail := T.empty ();
3904
+ [%spy "user:rule:cut" ~rid ~gid pp_string "success"];
3905
match gs with
3906
| [] -> pop_andl cutto_alts next cutto_alts
3907
| { depth; program; goal; gid = gid [@trace] } :: gs -> run depth program goal (gid[@trace]) gs next cutto_alts cutto_alts
0 commit comments