src/HOL/Induct/ROOT.ML
changeset 3120 c58423c20740
child 4449 df30e75f670f
equal deleted inserted replaced
3119:bb2ee88aa43f 3120:c58423c20740
       
     1 (*  Title:      HOL/Induct/ROOT
       
     2     ID:         $Id$
       
     3     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
       
     4     Copyright   1997  University of Cambridge
       
     5 
       
     6 Exampled of Inductive Definitions
       
     7 *)
       
     8 
       
     9 HOL_build_completed;    (*Make examples fail if HOL did*)
       
    10 
       
    11 writeln"Root file for HOL/Induct";
       
    12 proof_timing := true;
       
    13 time_use_thy "Perm";
       
    14 time_use_thy "Comb";
       
    15 time_use_thy "Mutil";
       
    16 time_use_thy "Acc";
       
    17 time_use_thy "PropLog";
       
    18 time_use_thy "SList";
       
    19 time_use_thy "LFilter";
       
    20 time_use_thy "Term";
       
    21 time_use_thy "Simult";
       
    22 time_use_thy "Exp";