src/CTT/ROOT.ML
author paulson
Mon, 24 May 1999 15:54:58 +0200
changeset 6717 70b251dc7055
parent 6349 f7750d816c21
child 10466 78168ca70469
permissions -rw-r--r--
int_Suc->int_Suc_int_1 avoiding confusion with the more useful Bin.int_Suc

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

print_depth 8;