src/Pure/PIDE/markup.ML
changeset 50683 34b109c5324c
parent 50545 00bdc48c5f71
child 50715 8cfd585b9162
--- a/src/Pure/PIDE/markup.ML	Wed Jan 02 13:20:10 2013 +0100
+++ b/src/Pure/PIDE/markup.ML	Wed Jan 02 13:50:59 2013 +0100
@@ -130,7 +130,7 @@
   val removed_versions: Properties.T
   val invoke_scala: string -> string -> Properties.T
   val cancel_scala: string -> Properties.T
-  val ML_statistics: Properties.T
+  val ML_statistics: string * string
   val no_output: Output.output * Output.output
   val default_output: T -> Output.output * Output.output
   val add_mode: string -> (T -> Output.output * Output.output) -> unit
@@ -402,7 +402,7 @@
 fun invoke_scala name id = [(functionN, "invoke_scala"), (nameN, name), (idN, id)];
 fun cancel_scala id = [(functionN, "cancel_scala"), (idN, id)];
 
-val ML_statistics = [(functionN, "ML_statistics")];
+val ML_statistics = (functionN, "ML_statistics");