src/Pure/PIDE/isar_document.ML
changeset 43767 e0219ef7f84c
parent 43748 c70bd78ec83c
child 44156 6aa25b80e1a5
--- a/src/Pure/PIDE/isar_document.ML	Tue Jul 12 16:00:05 2011 +0900
+++ b/src/Pure/PIDE/isar_document.ML	Tue Jul 12 10:44:30 2011 +0200
@@ -18,10 +18,10 @@
         val old_id = Document.parse_id old_id_string;
         val new_id = Document.parse_id new_id_string;
         val edits = YXML.parse_body edits_yxml |>
-          let open XML_Data.Decode
+          let open XML.Decode
           in list (pair string (option (list (pair (option int) (option int))))) end;
         val headers = YXML.parse_body headers_yxml |>
-          let open XML_Data.Decode
+          let open XML.Decode
           in list (pair string (triple string (list string) (list string))) end;
 
       val await_cancellation = Document.cancel_execution state;