src/Sequents/ROOT.ML
author berghofe
Tue, 30 Jun 1998 20:41:41 +0200
changeset 5096 84b00be693b4
parent 3948 3428c0a88449
child 5210 54aaa779b6b4
permissions -rw-r--r--
Moved most of the Prod_Syntax - stuff to HOLogic.

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

reset global_names;

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*)