aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/elim.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-05-29 10:48:37 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-05-29 10:48:37 +0000
commit32170384190168856efeac5bcf90edf1170b54d6 (patch)
tree0ea86b672df93d997fa1cab70b678ea7abdcf171 /tactics/elim.mli
parent1e5182e9d5c29ae9adeed20dae32969785758809 (diff)
Nouveau modèle d'analyse syntaxique et d'interprétation des tactiques et commandes vernaculaires (cf dev/changements.txt pour plus de précisions)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2722 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/elim.mli')
-rw-r--r--tactics/elim.mli15
1 files changed, 10 insertions, 5 deletions
diff --git a/tactics/elim.mli b/tactics/elim.mli
index b67055d27..c42b27edc 100644
--- a/tactics/elim.mli
+++ b/tactics/elim.mli
@@ -28,12 +28,17 @@ 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 h_decompose : inductive list -> constr -> tactic
+val h_decompose_or : constr -> tactic
+val h_decompose_and : constr -> tactic
-val double_ind : int -> int -> tactic
+val double_ind : Rawterm.quantified_hypothesis -> Rawterm.quantified_hypothesis -> tactic
+val h_double_induction : Rawterm.quantified_hypothesis -> Rawterm.quantified_hypothesis->tactic
-val intro_pattern : intro_pattern -> tactic
-val intros_pattern : intro_pattern list -> tactic
+val intro_pattern : Tacexpr.intro_pattern_expr -> tactic
+val intros_pattern : Tacexpr.intro_pattern_expr list -> tactic
+(*
val dyn_intro_pattern : tactic_arg list -> tactic
val v_intro_pattern : tactic_arg list -> tactic
-val h_intro_pattern : intro_pattern -> tactic
+*)
+val h_intro_patterns : Tacexpr.intro_pattern_expr list -> tactic