diff -r 000000000000 -r a5a9c433f639 src/CTT/ROOT.ML --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/CTT/ROOT.ML Thu Sep 16 12:20:38 1993 +0200 @@ -0,0 +1,24 @@ +(* 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"; + +use "../Pure/install_pp.ML"; +print_depth 8; + +val CTT_build_completed = (); (*indicate successful build*)