src/Sequents/ROOT.ML
author huffman
Thu, 26 May 2005 02:23:27 +0200
changeset 16081 81a4b4a245b0
parent 16019 0e1405402d53
child 17481 75166ebb619b
permissions -rw-r--r--
cleaned up, added cpair_less and cpair_eq_pair, removed some obsolete stuff

(*  Title:      Sequents/ROOT.ML
    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;  

Unify.trace_bound:= 20;
Unify.search_bound := 40;

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

use_thy "LK";
use "simpdata.ML";

use_thy "ILL";

use "modal.ML";
use_thy "Modal0";
use_thy"T";
use_thy"S4";
use_thy"S43";

print_depth 8;