src/HOL/ROOT.ML
changeset 5560 c17471a9c99c
parent 5501 a63e0c326e6c
child 5606 39d68cfa457d
equal deleted inserted replaced
5559:95e8692fda23 5560:c17471a9c99c
    50 use "Tools/datatype_prop.ML";
    50 use "Tools/datatype_prop.ML";
    51 use "Tools/datatype_rep_proofs.ML";
    51 use "Tools/datatype_rep_proofs.ML";
    52 use "Tools/datatype_abs_proofs.ML";
    52 use "Tools/datatype_abs_proofs.ML";
    53 use "Tools/datatype_package.ML";
    53 use "Tools/datatype_package.ML";
    54 use "Tools/primrec_package.ML";
    54 use "Tools/primrec_package.ML";
    55 use_thy"Datatype";
    55 use_thy "Datatype";
    56 
    56 
    57 use_thy "Arith";
    57 use_thy "Arith";
    58 use "arith_data.ML";
    58 use "arith_data.ML";
    59 
    59 
    60 use_thy "Recdef";
    60 use_thy "Recdef";
    63 use "sys.sml";
    63 use "sys.sml";
    64 cd "$ISABELLE_HOME/src/HOL";
    64 cd "$ISABELLE_HOME/src/HOL";
    65 
    65 
    66 cd "Integ";
    66 cd "Integ";
    67 use_thy "IntDef";
    67 use_thy "IntDef";
    68 use     "simproc";
    68 use "simproc.ML";
    69 use_thy "Bin";
    69 use_thy "Bin";
    70 cd "..";
    70 cd "..";
    71 
    71 
    72 (*the all-in-one theory*)
    72 (*the all-in-one theory*)
    73 use_thy "Main";
    73 use_thy "Main";