src/HOL/IMP/ROOT.ML
changeset 951 682139612060
parent 936 a6d7b4084761
child 1025 23190112d369
equal deleted inserted replaced
950:323f8ca4587a 951:682139612060
    17 CHOL_build_completed;	(*Make examples fail if CHOL did*)
    17 CHOL_build_completed;	(*Make examples fail if CHOL did*)
    18 
    18 
    19 writeln"Root file for CHOL/IMP";
    19 writeln"Root file for CHOL/IMP";
    20 proof_timing := true;
    20 proof_timing := true;
    21 loadpath := [".","IMP"];
    21 loadpath := [".","IMP"];
    22 time_use_thy "Properties";
    22 (time_use_thy "Properties";
    23 time_use_thy "Equiv";
    23  time_use_thy "Equiv";
    24 time_use_thy "Hoare";
    24  time_use_thy "Hoare"
       
    25 ) handle _ => exit 1;