src/HOL/UNITY/ROOT.ML
changeset 4776 1f9362e769c1
child 5253 82a5ca6290aa
equal deleted inserted replaced
4775:66b1a7c42d94 4776:1f9362e769c1
       
     1 (*  Title:      HOL/UNITY/ROOT
       
     2     ID:         $Id$
       
     3     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
       
     4     Copyright   1998  University of Cambridge
       
     5 
       
     6 Root file for UNITY proofs.
       
     7 *)
       
     8 
       
     9 HOL_build_completed;    (*Make examples fail if HOL did*)
       
    10 
       
    11 writeln"Root file for HOL/UNITY";
       
    12 set proof_timing;
       
    13 time_use_thy "Deadlock";
       
    14 time_use_thy "WFair";
       
    15 time_use_thy "Common";
       
    16 time_use_thy "Network";
       
    17 time_use_thy "Token";
       
    18 time_use_thy "Channel";
       
    19 time_use_thy "Mutex";
       
    20 time_use_thy "FP";
       
    21 time_use_thy "Reach";