src/Pure/Thy/thy_header.ML
changeset 69887 b9985133805d
parent 69876 b49bd228ac8a
child 69891 def3ec9cdb7e
--- a/src/Pure/Thy/thy_header.ML	Sat Mar 09 23:57:07 2019 +0100
+++ b/src/Pure/Thy/thy_header.ML	Sun Mar 10 00:21:34 2019 +0100
@@ -175,10 +175,11 @@
     Parse.command_name textN ||
     Parse.command_name txtN ||
     Parse.command_name text_rawN) --
-  Document_Source.tags -- Parse.!!! Parse.document_source;
+  Document_Source.annotation -- Parse.!!! Parse.document_source;
 
 val parse_header =
-  (Scan.repeat heading -- Parse.command_name theoryN -- Document_Source.tags) |-- Parse.!!! args;
+  (Scan.repeat heading -- Parse.command_name theoryN -- Document_Source.annotation)
+    |-- Parse.!!! args;
 
 fun read_tokens pos toks =
   filter Token.is_proper toks