src/HOL/Auth/ROOT.ML
changeset 4449 df30e75f670f
parent 3475 368206f85f4b
child 5053 75d20f367e94
equal deleted inserted replaced
4448:b587d40ad474 4449:df30e75f670f
     7 *)
     7 *)
     8 
     8 
     9 HOL_build_completed;    (*Make examples fail if HOL did*)
     9 HOL_build_completed;    (*Make examples fail if HOL did*)
    10 
    10 
    11 writeln"Root file for HOL/Auth";
    11 writeln"Root file for HOL/Auth";
    12 proof_timing := true;
    12 set proof_timing;
    13 goals_limit := 1;
    13 goals_limit := 1;
    14 
    14 
    15 (*Shared-key protocols*)
    15 (*Shared-key protocols*)
    16 time_use_thy "NS_Shared";
    16 time_use_thy "NS_Shared";
    17 time_use_thy "OtwayRees";
    17 time_use_thy "OtwayRees";