src/Sequents/ROOT.ML
author wenzelm
Sun, 15 Oct 2000 19:50:35 +0200
changeset 10220 2a726de6e124
parent 9000 c20d58286a51
child 16019 0e1405402d53
permissions -rw-r--r--
proper symbol markup with \isamath, \isatext; support sub/super scripts:

(*  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 "~~/src/Provers/simplifier.ML";

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;