src/LK/ex/ROOT.ML
author clasohm
Tue, 24 Oct 1995 14:58:29 +0100
changeset 1298 488593372568
parent 99 df0cd0fecf86
child 1352 2e29baa12ae7
permissions -rw-r--r--
added call of make_chart

(*  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";

make_chart ();   (*make HTML chart*)

maketest"END: Root file for LK examples";