src/Sequents/LK/ROOT.ML
author paulson
Tue, 27 Jul 1999 18:50:14 +0200
changeset 7091 b76a26835a5c
parent 6349 f7750d816c21
child 9000 c20d58286a51
permissions -rw-r--r--
Sequents/LK/Nat: new example of simplification in LK

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