src/Pure/ROOT.ML
changeset 5017 786a17461ab9
parent 5004 cf4e3b487caf
child 5092 e443bc494604
equal deleted inserted replaced
5016:67c5966611c6 5017:786a17461ab9
    11 
    11 
    12 print_depth 1;
    12 print_depth 1;
    13 ml_prompts "> " "# ";
    13 ml_prompts "> " "# ";
    14 
    14 
    15 
    15 
    16 (*basic utils*)
    16 (*basic tools*)
    17 use "library.ML";
    17 use "library.ML";
    18 use "table.ML";
    18 cd "General"; use "ROOT.ML"; cd "..";
    19 use "object.ML";
       
    20 use "seq.ML";
       
    21 use "name_space.ML";
       
    22 use "term.ML";
    19 use "term.ML";
    23 
    20 
    24 (*inner syntax module*)
    21 (*inner syntax module*)
    25 cd "Syntax";
    22 cd "Syntax";
    26 use "ROOT.ML";
    23 use "ROOT.ML";