doc-src/IsarImplementation/Thy/document/Integration.tex
changeset 37864 814b1bca7f35
parent 37306 2bde06a2a706
child 37982 111ce9651564
--- a/doc-src/IsarImplementation/Thy/document/Integration.tex	Tue Jul 20 23:09:49 2010 +0200
+++ b/doc-src/IsarImplementation/Thy/document/Integration.tex	Tue Jul 20 23:16:21 2010 +0200
@@ -433,9 +433,9 @@
 %
 \begin{isamarkuptext}%
 \begin{mldecls}
-  \indexdef{}{ML}{theory}\verb|theory: string -> theory| \\
   \indexdef{}{ML}{use\_thy}\verb|use_thy: string -> unit| \\
   \indexdef{}{ML}{use\_thys}\verb|use_thys: string list -> unit| \\
+  \indexdef{}{ML}{Thy\_Info.get\_theory}\verb|Thy_Info.get_theory: string -> theory| \\
   \indexdef{}{ML}{Thy\_Info.touch\_thy}\verb|Thy_Info.touch_thy: string -> unit| \\
   \indexdef{}{ML}{Thy\_Info.remove\_thy}\verb|Thy_Info.remove_thy: string -> unit| \\[1ex]
   \indexdef{}{ML}{Thy\_Info.begin\_theory}\verb|Thy_Info.begin_theory|\verb|: ... -> bool -> theory| \\
@@ -447,10 +447,6 @@
 
   \begin{description}
 
-  \item \verb|theory|~\isa{A} retrieves the theory value presently
-  associated with name \isa{A}.  Note that the result might be
-  outdated.
-
   \item \verb|use_thy|~\isa{A} ensures that theory \isa{A} is fully
   up-to-date wrt.\ the external file store, reloading outdated
   ancestors as required.  In batch mode, the simultaneous \verb|use_thys| should be used exclusively.
@@ -462,6 +458,10 @@
   intrinsic parallelism can be exploited by the system, to speedup
   loading.
 
+  \item \verb|Thy_Info.get_theory|~\isa{A} retrieves the theory value
+  presently associated with name \isa{A}.  Note that the result
+  might be outdated.
+
   \item \verb|Thy_Info.touch_thy|~\isa{A} performs and \isa{outdate} action
   on theory \isa{A} and all descendants.