doc-src/IsarImplementation/Thy/document/integration.tex
changeset 18558 48d5419fd191
parent 18554 bff7a1466fe4
child 18563 1df7022eac6f
--- a/doc-src/IsarImplementation/Thy/document/integration.tex	Tue Jan 03 15:44:39 2006 +0100
+++ b/doc-src/IsarImplementation/Thy/document/integration.tex	Wed Jan 04 00:52:38 2006 +0100
@@ -181,6 +181,8 @@
 \verb|  Toplevel.transition -> Toplevel.transition| \\
   \indexml{Toplevel.theory-to-proof}\verb|Toplevel.theory_to_proof: (theory -> Proof.state) ->|\isasep\isanewline%
 \verb|  Toplevel.transition -> Toplevel.transition| \\
+  \indexml{Toplevel.theory-to-theory-to-proof}\verb|Toplevel.theory_to_theory_to_proof: (theory -> Proof.state) ->|\isasep\isanewline%
+\verb|  Toplevel.transition -> Toplevel.transition| \\
   \indexml{Toplevel.proof}\verb|Toplevel.proof: (Proof.state -> Proof.state) ->|\isasep\isanewline%
 \verb|  Toplevel.transition -> Toplevel.transition| \\
   \indexml{Toplevel.proofs}\verb|Toplevel.proofs: (Proof.state -> Proof.state Seq.seq) ->|\isasep\isanewline%
@@ -208,6 +210,9 @@
   specifies how to apply the proven result to the theory, when the
   proof is finished.
 
+  \item \verb|Toplevel.theory_to_theory_to_proof| is like \verb|Toplevel.theory_to_proof|, but allows the initial theory to be
+  changed before entering proof state.
+
   \item \verb|Toplevel.proof| adjoins a deterministic proof command,
   with a singleton result state.