src/HOL/ROOT.ML
changeset 4222 d7573d6d0513
parent 4088 9be9e39fd862
child 4296 aa84d9c62454
equal deleted inserted replaced
4221:ed0f67fb458b 4222:d7573d6d0513
    11 writeln banner;
    11 writeln banner;
    12 
    12 
    13 print_depth 1;
    13 print_depth 1;
    14 
    14 
    15 (* Add user sections *)
    15 (* Add user sections *)
    16 use "../Pure/section_utils.ML";
    16 use "$ISABELLE_HOME/src/Pure/section_utils.ML";
    17 use "thy_syntax.ML";
    17 use "thy_syntax.ML";
    18 
    18 
    19 use "../Provers/simplifier.ML";
    19 use "$ISABELLE_HOME/src/Provers/simplifier.ML";
    20 use "../Provers/splitter.ML";
    20 use "$ISABELLE_HOME/src/Provers/splitter.ML";
    21 use "../Provers/hypsubst.ML";
    21 use "$ISABELLE_HOME/src/Provers/hypsubst.ML";
    22 use "../Provers/classical.ML";
    22 use "$ISABELLE_HOME/src/Provers/classical.ML";
    23 use "../Provers/blast.ML";
    23 use "$ISABELLE_HOME/src/Provers/blast.ML";
    24 use "../Provers/nat_transitive.ML";
    24 use "$ISABELLE_HOME/src/Provers/nat_transitive.ML";
    25 
    25 
    26 use "thy_data.ML";
    26 use "thy_data.ML";
    27 
    27 
    28 use_thy "HOL";
    28 use_thy "HOL";
    29 use "hologic.ML";
    29 use "hologic.ML";
    30 use "cladata.ML";
    30 use "cladata.ML";
    31 use "simpdata.ML";
    31 use "simpdata.ML";
    32 
    32 
    33 use_thy "Ord";
    33 use_thy "Ord";
    34 use_thy "subset";
    34 use_thy "subset";
    35 use     "typedef.ML";
    35 use "typedef.ML";
    36 use_thy "Sum";
    36 use_thy "Sum";
    37 use_thy "Gfp";
    37 use_thy "Gfp";
    38 
    38 
    39 use "datatype.ML";
    39 use "datatype.ML";
    40 use "ind_syntax.ML";
    40 use "ind_syntax.ML";