Function z3_sys::Z3_tactic_or_else

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

Return a tactic that first applies t1 to a given goal, if it fails then returns the result of t2 applied to the given goal.