src/Sequents/ROOT.ML
author wenzelm
Tue, 24 Nov 1998 12:03:09 +0100
changeset 5953 d6017ce6b93e
parent 5210 54aaa779b6b4
child 6349 f7750d816c21
permissions -rw-r--r--
setup Blast.setup; setup Clasimp.setup;

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

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";

print_depth 8;

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