src/Pure/PIDE/protocol.ML
changeset 63806 c54a53ef1873
parent 63429 baedd4724f08
child 65300 c262653a3b88
equal deleted inserted replaced
63805:c272680df665 63806:c54a53ef1873
   111       in state1 end));
   111       in state1 end));
   112 
   112 
   113 val _ =
   113 val _ =
   114   Isabelle_Process.protocol_command "Document.dialog_result"
   114   Isabelle_Process.protocol_command "Document.dialog_result"
   115     (fn [serial, result] =>
   115     (fn [serial, result] =>
   116       Active.dialog_result (Markup.parse_int serial) result
   116       Active.dialog_result (Value.parse_int serial) result
   117         handle exn => if Exn.is_interrupt exn then () (*sic!*) else Exn.reraise exn);
   117         handle exn => if Exn.is_interrupt exn then () (*sic!*) else Exn.reraise exn);
   118 
   118 
   119 val _ =
   119 val _ =
   120   Isabelle_Process.protocol_command "ML_Heap.share_common_data"
   120   Isabelle_Process.protocol_command "ML_Heap.share_common_data"
   121     (fn [] => ML_Heap.share_common_data ());
   121     (fn [] => ML_Heap.share_common_data ());