src/CTT/ROOT.ML
author berghofe
Wed, 06 Aug 1997 00:44:25 +0200
changeset 3611 3199f744cf4f
parent 3511 da4dd8b7ced4
child 3929 3553fcfa2c7e
permissions -rw-r--r--
The functions in this file have been moved to "cladata.ML" and "simpdata.ML".

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

print_depth 8;

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