repaired latex (cf. 84522727f9d3);
authorwenzelm
Thu, 19 Sep 2013 19:35:03 +0200
changeset 53739 599d8c324477
parent 53738 9868e6d4733f
child 53740 c1911450b84a
repaired latex (cf. 84522727f9d3);
src/Doc/IsarImplementation/ML.thy
--- a/src/Doc/IsarImplementation/ML.thy	Thu Sep 19 18:59:28 2013 +0200
+++ b/src/Doc/IsarImplementation/ML.thy	Thu Sep 19 19:35:03 2013 +0200
@@ -1194,7 +1194,7 @@
   \item @{ML ML_Compiler.exn_trace}~@{ML_text "(fn () =>"}~@{text
   "e"}@{ML_text ")"} evaluates expression @{text "e"} while printing
   a full trace of its stack of nested exceptions (if possible,
-  depending on the ML platform).}
+  depending on the ML platform).
 
   Inserting @{ML ML_Compiler.exn_trace} into ML code temporarily is
   useful for debugging, but not suitable for production code.