aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tactics.mli
diff options
context:
space:
mode:
authorGravatar jforest <jforest@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-04-11 15:12:48 +0000
committerGravatar jforest <jforest@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-04-11 15:12:48 +0000
commit19198167d9324386dcaa6c49b032410a9eeaff55 (patch)
tree4d204ef8b9e938a68a33fad7008434ae27b2098b /tactics/tactics.mli
parentf0d5877bb2ec96790dc7be65b671bae93be63c23 (diff)
adding a new tactic [intro_avoiding idl] which acts as intro but prevents the
new identifier to bellong to [idl] git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8698 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/tactics.mli')
-rw-r--r--tactics/tactics.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/tactics/tactics.mli b/tactics/tactics.mli
index 1c7967e10..79dd4d291 100644
--- a/tactics/tactics.mli
+++ b/tactics/tactics.mli
@@ -63,6 +63,9 @@ val intro : tactic
val introf : tactic
val intro_force : bool -> tactic
val intro_move : identifier option -> identifier option -> tactic
+ (* [intro_avoiding idl] acts as intro but prevents the new identifier
+ to belong to [idl] *)
+val intro_avoiding : identifier list -> tactic
val intro_replacing : identifier -> tactic
val intro_using : identifier -> tactic