src/LK/ROOT.ML
author nipkow
Mon, 06 Dec 1993 17:05:10 +0100
changeset 189 831a9a7ab9f3
parent 121 d392174734e9
child 393 02b27671b899
permissions -rw-r--r--
added rep_tsig

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

structure Readthy = ReadthyFUN (structure ThySyn = ThySyn);
open Readthy;

print_depth 1;  

use_thy "LK";

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

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