IMP/ROOT.ML
changeset 230 e4cccc2dec54
parent 188 32b84b520cd3
child 241 b67c8e01ae04
equal deleted inserted replaced
229:97e2565f13e8 230:e4cccc2dec54
    15 HOL_build_completed;	(*Make examples fail if HOL did*)
    15 HOL_build_completed;	(*Make examples fail if HOL did*)
    16 
    16 
    17 writeln"Root file for HOL/IMP";
    17 writeln"Root file for HOL/IMP";
    18 proof_timing := true;
    18 proof_timing := true;
    19 loadpath := [".","IMP"];
    19 loadpath := [".","IMP"];
    20 time_use_thy "Properties";
    20 (time_use_thy "Properties";
    21 time_use_thy "Equiv";
    21  time_use_thy "Equiv"
       
    22 )  handle _ => exit 1;