merged
authorAndreas Lochbihler
Fri, 27 Sep 2013 12:26:39 +0200
changeset 53950 ea38710e731c
parent 53949 021a8ef97f5f (current diff)
parent 53948 2a4c156e6d36 (diff)
child 53951 03b74ef6d7c6
merged
--- a/src/HOL/ex/ML.thy	Fri Sep 27 12:26:23 2013 +0200
+++ b/src/HOL/ex/ML.thy	Fri Sep 27 12:26:39 2013 +0200
@@ -55,9 +55,11 @@
 text {*
   ML embedded into the Isabelle environment is connected to the Prover IDE.
   Poly/ML provides:
-    \<bullet> precise positions for warnings / errors
-    \<bullet> markup for defining positions of identifiers
-    \<bullet> markup for inferred types of sub-expressions
+  \begin{itemize}
+    \item precise positions for warnings / errors
+    \item markup for defining positions of identifiers
+    \item markup for inferred types of sub-expressions
+  \end{itemize}
 *}
 
 ML {* fn i => fn list => length list + i *}