aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/wcclausenv.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-05-16 16:49:27 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-05-16 16:49:27 +0000
commit79311e8734b5970afa3db069e9452c2521713895 (patch)
tree13c6a9390fcbda9a2fe6fa67ab33055108ffd18f /tactics/wcclausenv.mli
parent1cafd3f142f42c0b0d4d143419f4f6984c64e276 (diff)
Retrait du i pour tclTHEN_i et correction bugs Decompose
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@434 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/wcclausenv.mli')
-rw-r--r--tactics/wcclausenv.mli8
1 files changed, 4 insertions, 4 deletions
diff --git a/tactics/wcclausenv.mli b/tactics/wcclausenv.mli
index 01d05a690..af96177b3 100644
--- a/tactics/wcclausenv.mli
+++ b/tactics/wcclausenv.mli
@@ -42,13 +42,13 @@ val add_prods_sign :
val res_pf_THEN :
(wc -> tactic) -> wc clausenv -> (wc clausenv -> tactic) -> tactic
+(* This behaves as [res_pf_THEN] but the tactic applied then takes
+ also the subgoal number (starting from 1) as argument *)
val res_pf_THEN_i :
- (wc -> tactic) -> wc clausenv -> (wc clausenv -> int -> tactic) ->
- int -> tactic
+ (wc -> tactic) -> wc clausenv -> (wc clausenv -> int -> tactic) -> tactic
val elim_res_pf_THEN_i :
- (wc -> tactic) -> wc clausenv -> (wc clausenv -> int -> tactic) ->
- int -> tactic
+ (wc -> tactic) -> wc clausenv -> (wc clausenv -> int -> tactic) -> tactic
val mk_clenv_using : wc -> constr -> wc clausenv