documented subgoals_tac
authorlcp
Mon, 11 Jul 1994 17:38:10 +0200
changeset 457 8577bc1c4e1b
parent 456 f1df7fc211a7
child 458 877704b91847
documented subgoals_tac
doc-src/Ref/tactic.tex
--- a/doc-src/Ref/tactic.tex	Mon Jul 11 16:47:20 1994 +0200
+++ b/doc-src/Ref/tactic.tex	Mon Jul 11 17:38:10 1994 +0200
@@ -244,6 +244,7 @@
 cut_facts_tac : thm list -> int -> tactic
 cut_inst_tac  : (string*string)list -> thm -> int -> tactic
 subgoal_tac   : string -> int -> tactic
+subgoal_tacs  : string list -> int -> tactic
 \end{ttbox}
 These tactics add assumptions to a given subgoal.
 \begin{ttdescription}
@@ -264,6 +265,10 @@
 \item[\ttindexbold{subgoal_tac} {\it formula} {\it i}] 
 adds the {\it formula} as a assumption to subgoal~$i$, and inserts the same
 {\it formula} as a new subgoal, $i+1$.
+
+\item[\ttindexbold{subgoals_tac} {\it formulae} {\it i}] 
+  uses {\tt subgoal_tac} to add the members of the list of {\it
+    formulae} as assumptions to subgoal~$i$. 
 \end{ttdescription}