aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/clenvtac.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/clenvtac.mli')
-rw-r--r--proofs/clenvtac.mli13
1 files changed, 6 insertions, 7 deletions
diff --git a/proofs/clenvtac.mli b/proofs/clenvtac.mli
index 1dd14e773..1695db2f5 100644
--- a/proofs/clenvtac.mli
+++ b/proofs/clenvtac.mli
@@ -20,10 +20,9 @@ open Proof_type
(* Tactics *)
val unify : constr -> 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
+val clenv_refine : wc clausenv -> tactic
+val res_pf : wc clausenv -> tactic
+val res_pf_cast : wc clausenv -> tactic
+val elim_res_pf : wc clausenv -> bool -> tactic
+val e_res_pf : wc clausenv -> tactic
+val elim_res_pf_THEN_i : wc clausenv -> (wc clausenv -> tactic array) -> tactic