src/ZF/ROOT.ML
changeset 6053 8a1059aa01f0
parent 5529 4a54acae6a15
child 6065 3b4a29166f26
equal deleted inserted replaced
6052:4f093e55beeb 6053:8a1059aa01f0
    28 fun DO_GOAL tfs = SELECT_GOAL (CHECK_SOLVED (EVERY1 tfs));
    28 fun DO_GOAL tfs = SELECT_GOAL (CHECK_SOLVED (EVERY1 tfs));
    29 
    29 
    30 print_depth 1;
    30 print_depth 1;
    31 
    31 
    32 (*Add user sections for inductive/datatype definitions*)
    32 (*Add user sections for inductive/datatype definitions*)
    33 use     "$ISABELLE_HOME/src/Pure/section_utils.ML";
    33 use     "$ISABELLE_HOME/src/Pure/section_utils";
    34 use     "thy_syntax.ML";
    34 use     "thy_syntax";
    35 
    35 
    36 use_thy "Let";
    36 use_thy "Let";
    37 use_thy "func";
    37 use_thy "func";
    38 use     "typechk.ML";
    38 use     "Tools/typechk";
       
    39 use_thy "mono";
       
    40 use     "ind_syntax";
       
    41 use     "Tools/cartprod";
       
    42 use_thy "Fixedpt";
       
    43 use     "Tools/inductive_package";
       
    44 use_thy "Inductive";
       
    45 use_thy "QUniv";
       
    46 use "Tools/datatype_package";
       
    47 use "Tools/primrec_package";
       
    48 use_thy "Datatype";
    39 use_thy "InfDatatype";
    49 use_thy "InfDatatype";
    40 use_thy "List";
    50 use_thy "List";
    41 
    51 
    42 (*Integers & binary integer arithmetic*)
    52 (*Integers & binary integer arithmetic*)
    43 cd "Integ";
    53 cd "Integ";