Function z3_sys::Z3_tactic_and_then

source ·
pub unsafe extern "C" fn Z3_tactic_and_then(
    c: Z3_context,
    t1: Z3_tactic,
    t2: Z3_tactic
) -> Z3_tactic
Expand description

Return a tactic that applies t1 to a given goal and t2 to every subgoal produced by t1.