src/Sequents/ROOT.ML
author wenzelm
Wed, 25 Jul 2007 17:05:49 +0200
changeset 23981 03b71bf91318
parent 21426 87ac12bed1ab
child 24106 f2965bf954dc
permissions -rw-r--r--
added trace flag, official tracing operation; added named CRITICAL'; schedule: tuned signature, actually observe dependencies on running tasks;

(*  Title:      Sequents/ROOT.ML
    ID:         $Id$
    Author:     Lawrence C Paulson, Cambridge University Computer Laboratory
    Copyright   1991  University of Cambridge

Classical Sequent Calculus based on Pure Isabelle. 
*)

val banner = "Sequent Calculii";
writeln banner;

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

use_thy "LK";

use_thy "ILL";
use_thy "ILL_predlog";
use_thy "Washing";

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