diff options
| author | herbelin | 2001-08-05 18:45:33 +0000 |
|---|---|---|
| committer | herbelin | 2001-08-05 18:45:33 +0000 |
| commit | eb4d45fa494a306d15617ac4881be41775db7177 (patch) | |
| tree | eca6f36c8d9b27a23cdb370e8e0159e1a5a8b5ea /tactics/elim.mli | |
| parent | 968b70d36371f7335e677a6f13578d1e317a54d9 (diff) | |
Suppression des TmpHyp disgracieuses dans Decompose; utilisation de combinateurs sur les hyps plutôt que sur les clauses
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1873 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/elim.mli')
| -rw-r--r-- | tactics/elim.mli | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tactics/elim.mli b/tactics/elim.mli index c21d4452b9..b67055d27a 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 |
