src/Pure/Thy/export.ML
changeset 68101 0699a0bacc50
parent 68090 7c8ed28dd40a
child 68102 813b5d0904c6
--- a/src/Pure/Thy/export.ML	Sun May 06 23:59:14 2018 +0100
+++ b/src/Pure/Thy/export.ML	Mon May 07 17:11:01 2018 +0200
@@ -16,6 +16,7 @@
 fun gen_export compress thy name output =
   (Output.try_protocol_message o Markup.export)
    {id = Position.get_id (Position.thread_data ()),
+    serial = serial (),
     theory_name = Context.theory_long_name thy,
     name = name,
     compress = compress} [output];