src/ZF/ROOT.ML
changeset 4262 e4113a682883
parent 2469 b50b8c0eec01
child 4271 3a82492e70c5
equal deleted inserted replaced
4261:e20b9fd85811 4262:e4113a682883
    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     "../Pure/section_utils.ML";
    33 use     "$ISABELLE_HOME/src/Pure/section_utils.ML";
    34 use     "thy_syntax.ML";
    34 use     "thy_syntax.ML";
    35 
    35 
    36 use_thy "Let";
    36 use_thy "Let";
    37 use_thy "func";
    37 use_thy "func";
    38 use     "typechk.ML";
    38 use     "typechk.ML";