src/LK/ROOT.ML
author lcp
Tue, 05 Oct 1993 17:15:28 +0100
changeset 27 0e152fe9571e
parent 0 a5a9c433f639
child 72 099d949fe467
permissions -rw-r--r--
Retry of the previous commit (network outage)

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

print_depth 1;  

use_thy "lk";

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

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