src/LK/ROOT.ML
changeset 0 a5a9c433f639
child 72 099d949fe467
equal deleted inserted replaced
-1:000000000000 0:a5a9c433f639
       
     1 (*  Title: 	LK/ROOT
       
     2     ID:         $Id$
       
     3     Author: 	Lawrence C Paulson, Cambridge University Computer Laboratory
       
     4     Copyright   1991  University of Cambridge
       
     5 
       
     6 Adds Classical Sequent Calculus to a database containing pure Isabelle. 
       
     7 Should be executed in the subdirectory LK.
       
     8 *)
       
     9 
       
    10 val banner = "Classical First-Order Sequent Calculus";
       
    11 writeln banner;
       
    12 
       
    13 print_depth 1;  
       
    14 
       
    15 use_thy "lk";
       
    16 
       
    17 use "../Pure/install_pp.ML";
       
    18 print_depth 8;
       
    19 
       
    20 val LK_build_completed = ();	(*indicate successful build*)