src/Pure/Tools/ROOT.ML
changeset 24046 10f681043e07
parent 23614 4724a6b90af4
child 24166 7b28dc69bdbb
equal deleted inserted replaced
24045:bead02a55952 24046:10f681043e07
     1 (*  Title:      Pure/Tools/ROOT.ML
     1 (*  Title:      Pure/Tools/ROOT.ML
     2     ID:         $Id$
     2     ID:         $Id$
     3 
     3 
     4 Miscellaneous tools and packages for Pure Isabelle.
     4 Miscellaneous tools and packages for Pure Isabelle.
     5 *)
     5 *)
       
     6 
       
     7 use "named_thms.ML";
     6 
     8 
     7 (*basic XML support*)
     9 (*basic XML support*)
     8 use "xml.ML";
    10 use "xml.ML";
     9 use "xml_syntax.ML";
    11 use "xml_syntax.ML";
    10 
    12