src/CTT/ROOT.ML
author wenzelm
Wed, 13 Jan 1999 15:18:02 +0100
changeset 6118 caa439435666
parent 5210 54aaa779b6b4
child 6260 a8010d459ef7
permissions -rw-r--r--
fixed titles;

(*  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 "$ISABELLE_HOME/src/Provers/typedsimp.ML";
use "rew.ML";
use_thy "Arith";
use_thy "Bool";

print_depth 8;

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