doc-src/Ref/tactic.tex
changeset 9523 232b09dba0fe
parent 8136 8c65f3ca13f2
child 9568 20c410fb5104
equal deleted inserted replaced
9522:bf459ea9a523 9523:232b09dba0fe
   227 \index{tactics!for inserting facts}\index{assumptions!inserting}
   227 \index{tactics!for inserting facts}\index{assumptions!inserting}
   228 \begin{ttbox} 
   228 \begin{ttbox} 
   229 cut_facts_tac : thm list -> int -> tactic
   229 cut_facts_tac : thm list -> int -> tactic
   230 cut_inst_tac  : (string*string)list -> thm -> int -> tactic
   230 cut_inst_tac  : (string*string)list -> thm -> int -> tactic
   231 subgoal_tac   : string -> int -> tactic
   231 subgoal_tac   : string -> int -> tactic
   232 subgoal_tacs  : string list -> int -> tactic
   232 subgoals_tac  : string list -> int -> tactic
   233 \end{ttbox}
   233 \end{ttbox}
   234 These tactics add assumptions to a subgoal.
   234 These tactics add assumptions to a subgoal.
   235 \begin{ttdescription}
   235 \begin{ttdescription}
   236 \item[\ttindexbold{cut_facts_tac} {\it thms} {\it i}] 
   236 \item[\ttindexbold{cut_facts_tac} {\it thms} {\it i}] 
   237   adds the {\it thms} as new assumptions to subgoal~$i$.  Once they have
   237   adds the {\it thms} as new assumptions to subgoal~$i$.  Once they have