aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/elim.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/elim.mli')
-rw-r--r--tactics/elim.mli11
1 files changed, 5 insertions, 6 deletions
diff --git a/tactics/elim.mli b/tactics/elim.mli
index c21d4452b..b67055d27 100644
--- a/tactics/elim.mli
+++ b/tactics/elim.mli
@@ -24,12 +24,11 @@ val introElimAssumsThen :
val introCaseAssumsThen :
(branch_assumptions -> tactic) -> branch_args -> tactic
-val general_decompose_clause : (clause * constr -> bool) -> clause -> tactic
-val general_decompose : (clause * constr -> bool) -> constr -> tactic
-val decompose_nonrec : constr -> tactic
-val decompose_and : constr -> tactic
-val decompose_or : constr -> tactic
-val h_decompose : section_path list -> constr -> tactic
+val general_decompose : (identifier * constr -> bool) -> constr -> tactic
+val decompose_nonrec : constr -> tactic
+val decompose_and : constr -> tactic
+val decompose_or : constr -> tactic
+val h_decompose : section_path list -> constr -> tactic
val double_ind : int -> int -> tactic