src/Sequents/LK/ROOT.ML
author wenzelm
Thu, 10 Feb 2000 20:52:59 +0100
changeset 8230 6f8aa407bcf9
parent 7091 b76a26835a5c
child 9000 c20d58286a51
permissions -rw-r--r--
is_symbolic;

(*  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. 
*)

writeln"Root file for LK examples";

set proof_timing;
time_use "prop.ML";
time_use "quant.ML";
time_use "hardquant.ML";
use_thy "Nat";