src/LK/ex/ROOT.ML
author paulson
Tue, 16 Jul 1996 15:49:46 +0200
changeset 1868 836950047d85
parent 1461 6bcb44e4d6e5
permissions -rw-r--r--
Put in minimal simpset to avoid excessive simplification, just as in revision 1.9 of HOL/indrule.ML

(*  Title:      LK/ex/ROOT
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1992  University of Cambridge

Executes all examples for Classical Logic. 
*)

LK_build_completed;    (*Cause examples to fail if LK did*)

writeln"Root file for LK examples";

proof_timing := true;
time_use "ex/prop.ML";
time_use "ex/quant.ML";
time_use "ex/hardquant.ML";

maketest"END: Root file for LK examples";