src/FOL/ex/ROOT.ML
changeset 1459 d12da312eff4
parent 1351 4a960c012383
child 1549 ac9b58304d62
equal deleted inserted replaced
1458:fd510875fb71 1459:d12da312eff4
     1 (*  Title: 	FOL/ex/ROOT
     1 (*  Title:      FOL/ex/ROOT
     2     ID:         $Id$
     2     ID:         $Id$
     3     Author: 	Lawrence C Paulson, Cambridge University Computer Laboratory
     3     Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
     4     Copyright   1992  University of Cambridge
     4     Copyright   1992  University of Cambridge
     5 
     5 
     6 Executes all examples for First-Order Logic. 
     6 Executes all examples for First-Order Logic. 
     7 *)
     7 *)
     8 
     8 
     9 writeln"Root file for FOL examples";
     9 writeln"Root file for FOL examples";
    10 
    10 
    11 FOL_build_completed;	(*Cause examples to fail if FOL did*)
    11 FOL_build_completed;    (*Cause examples to fail if FOL did*)
    12 
    12 
    13 proof_timing := true;
    13 proof_timing := true;
    14 
    14 
    15 time_use     "intro.ML";
    15 time_use     "intro.ML";
    16 time_use_thy "Nat";
    16 time_use_thy "Nat";