src/CTT/ROOT.ML
author clasohm
Tue, 24 Oct 1995 14:45:35 +0100
changeset 1294 1358dc040edb
parent 393 02b27671b899
child 1361 90d615b599d9
permissions -rw-r--r--
added calls of init_html and make_chart; added usage of qed

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

init_thy_reader();

use_thy "CTT";
use "../Provers/typedsimp.ML";
use "rew.ML";
use_thy "Arith";
use_thy "Bool";

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

make_chart ();   (*make HTML chart*)

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