renamed ML_Context.>> to Context.>> (again);
authorwenzelm
Wed, 26 Mar 2008 22:39:57 +0100
changeset 26409 1ceabad5a2c8
parent 26408 6964c4799f47
child 26410 40932ee97ff8
renamed ML_Context.>> to Context.>> (again);
doc-src/IsarImplementation/Thy/integration.thy
--- a/doc-src/IsarImplementation/Thy/integration.thy	Wed Mar 26 22:38:55 2008 +0100
+++ b/doc-src/IsarImplementation/Thy/integration.thy	Wed Mar 26 22:39:57 2008 +0100
@@ -241,7 +241,7 @@
 text %mlref {*
   \begin{mldecls}
   @{index_ML the_context: "unit -> theory"} \\
-  @{index_ML "ML_Context.>> ": "(theory -> theory) -> unit"} \\
+  @{index_ML "Context.>> ": "(theory -> theory) -> unit"} \\
   \end{mldecls}
 
   \begin{description}
@@ -255,7 +255,7 @@
   information immediately, or produce an explicit @{ML_type
   theory_ref} (cf.\ \secref{sec:context-theory}).
 
-  \item @{ML "ML_Context.>>"}~@{text f} applies theory transformation
+  \item @{ML "Context.>>"}~@{text f} applies theory transformation
   @{text f} to the current theory of the {\ML} toplevel.  In order to
   work as expected, the theory should be still under construction, and
   the Isar language element that invoked the {\ML} compiler in the