(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* tactic val clenv_refine : (wc -> tactic) -> wc clausenv -> tactic val res_pf : (wc -> tactic) -> wc clausenv -> tactic val res_pf_cast : (wc -> tactic) -> wc clausenv -> tactic val elim_res_pf : (wc -> tactic) -> wc clausenv -> bool -> tactic val e_res_pf : (wc -> tactic) -> wc clausenv -> tactic val elim_res_pf_THEN_i : (wc -> tactic) -> wc clausenv -> (wc clausenv -> tactic array) -> tactic