src/LK/ROOT.ML
author paulson
Thu, 18 Jan 1996 10:38:29 +0100
changeset 1444 23ceb1dc9755
parent 1361 90d615b599d9
child 1461 6bcb44e4d6e5
permissions -rw-r--r--
trivial updates

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

Adds Classical Sequent Calculus to a database containing pure Isabelle. 
Should be executed in the subdirectory LK.
*)

val banner = "Classical First-Order Sequent Calculus";
writeln banner;

init_thy_reader();

print_depth 1;  

use_thy "LK";

use "../Pure/install_pp.ML";
print_depth 8;

val LK_build_completed = ();	(*indicate successful build*)