removed redundant cut_inst_tac -- already covered in implementation manual;
authorwenzelm
Wed, 15 Feb 2012 20:16:50 +0100
changeset 46487 e641f8a9f0b7
parent 46486 4a607979290d
child 46488 994302b6f32e
removed redundant cut_inst_tac -- already covered in implementation manual;
doc-src/Ref/tactic.tex
--- a/doc-src/Ref/tactic.tex	Wed Feb 15 19:55:45 2012 +0100
+++ b/doc-src/Ref/tactic.tex	Wed Feb 15 20:16:50 2012 +0100
@@ -8,7 +8,6 @@
 \index{tactics!for inserting facts}\index{assumptions!inserting}
 \begin{ttbox} 
 cut_facts_tac : thm list -> int -> tactic
-cut_inst_tac  : (string*string)list -> thm -> int -> tactic
 \end{ttbox}
 These tactics add assumptions to a subgoal.
 \begin{ttdescription}
@@ -21,11 +20,6 @@
   derived, returned by~{\tt goal}; instead of calling this tactic, you
   could state the goal with an outermost meta-quantifier.
 
-\item[\ttindexbold{cut_inst_tac} {\it insts} {\it thm} {\it i}]
-  instantiates the {\it thm} with the instantiations {\it insts}, as
-  described in {\S}\ref{res_inst_tac}.  It adds the resulting theorem as a
-  new assumption to subgoal~$i$. 
-
 \end{ttdescription}