src/CTT/ROOT.ML
author paulson
Thu, 03 Apr 1997 10:29:57 +0200
changeset 2881 62ecde1015ae
parent 2237 f01ac387e82b
child 3511 da4dd8b7ced4
permissions -rw-r--r--
Declares overloading for set-theoretic constants

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

init_pps ();
print_depth 8;

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