src/CTT/ROOT.ML
author wenzelm
Fri, 24 Oct 1997 17:13:21 +0200
changeset 3991 4cb2f2422695
parent 3929 3553fcfa2c7e
child 4222 d7573d6d0513
permissions -rw-r--r--
ProtoPure.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;

reset global_names;

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*)