src/Pure/Thy/export_theory.ML
changeset 75763 8cf14d4ebec4
parent 74561 8e6c973003c8
child 75858 657b2de27454
equal deleted inserted replaced
75762:985c3a64748c 75763:8cf14d4ebec4
   154     (* strict parents *)
   154     (* strict parents *)
   155 
   155 
   156     val parents = Theory.parents_of thy;
   156     val parents = Theory.parents_of thy;
   157     val _ =
   157     val _ =
   158       Export.export thy \<^path_binding>\<open>theory/parents\<close>
   158       Export.export thy \<^path_binding>\<open>theory/parents\<close>
   159         (XML.Encode.string (cat_lines (map Context.theory_long_name parents)));
   159         (XML.Encode.string (terminate_lines (map Context.theory_long_name parents)));
   160 
   160 
   161 
   161 
   162     (* spec rules *)
   162     (* spec rules *)
   163 
   163 
   164     fun spec_rule_content {pos, name, rough_classification, terms, rules} =
   164     fun spec_rule_content {pos, name, rough_classification, terms, rules} =