src/Sequents/ROOT.ML
author wenzelm
Tue, 06 May 1997 15:27:35 +0200
changeset 3118 24dae6222579
parent 2247 d388a38f7198
child 3511 da4dd8b7ced4
permissions -rw-r--r--
fixed ISABELLE_OUTPUT, ISABELLE_PATH (finally?);

(*  Title:      Sequents/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. 
*)

val banner = "Sequent Calculii";
writeln banner;

init_thy_reader();

print_depth 1;  

use_thy "Sequents";
use "prover.ML";

use_thy "LK";
use_thy "ILL";

use_thy "Modal0";
use_thy"T";
use_thy"S4";
use_thy"S43";

init_pps ();
print_depth 8;

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