feat(library/blast/actions/recursor_action): trace recursor name
This commit is contained in:
parent
3f9549485f
commit
a7f5d6603a
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ action_result recursor_action(hypothesis_idx hidx, name const & R) {
|
|||
return action_result::failed(); // ill-formed recursor
|
||||
|
||||
save_state.commit();
|
||||
trace_action("recursor");
|
||||
lean_trace(name({"blast", "action"}), tout() << "recursor " << R << "\n";);
|
||||
if (new_goals.empty()) {
|
||||
return action_result::solved(rec);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue