src/LCF/ex/ROOT.ML
changeset 6349 f7750d816c21
parent 4905 be73ddff6c5a
child 9000 c20d58286a51
equal deleted inserted replaced
6348:fdcbeaddd5fc 6349:f7750d816c21
     5 
     5 
     6 Some examples from Lawrence Paulson's book Logic and Computation.
     6 Some examples from Lawrence Paulson's book Logic and Computation.
     7 *)
     7 *)
     8 
     8 
     9 writeln"Root file for LCF examples";
     9 writeln"Root file for LCF examples";
    10 LCF_build_completed;    (*Cause examples to fail if LCF did*)
       
    11 
    10 
    12 set proof_timing;
    11 set proof_timing;
    13 
       
    14 use_thy "Ex1";
    12 use_thy "Ex1";
    15 use_thy "Ex2";
    13 use_thy "Ex2";
    16 use_thy "Ex3";
    14 use_thy "Ex3";
    17 use_thy "Ex4";
    15 use_thy "Ex4";