src/CTT/ROOT.ML
author clasohm
Sun, 17 Oct 1993 18:03:47 +0100
changeset 60 379872528c16
parent 0 a5a9c433f639
child 72 099d949fe467
permissions -rw-r--r--
renamed: S4.thy to s4.thy, S43.thy to s43.thy, T.thy to t.thy

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

Adds Constructive Type Theory to a database containing pure Isabelle. 
Should be executed in the subdirectory CTT.
*)

val banner = "Constructive Type Theory";
writeln banner;

print_depth 1;  

use_thy"ctt";
use "../Provers/typedsimp.ML";
use "rew.ML";
use_thy "arith";
use_thy "bool";

use "../Pure/install_pp.ML";
print_depth 8;

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