src/Cube/ROOT.ML
author lcp
Tue, 21 Jun 1994 17:20:34 +0200
changeset 435 ca5356bd315a
parent 393 02b27671b899
child 1296 ae31bb7774a7
permissions -rw-r--r--
Addition of cardinals and order types, various tidying

(*  Title: 	Cube/ROOT
    ID:         $Id$
    Author: 	Tobias Nipkow
    Copyright   1992  University of Cambridge

The Lambda-Cube a la Barendregt
*)

val banner = "Barendregt's Lambda-Cube";
writeln banner;

init_thy_reader();

print_depth 1;  
use_thy "Cube";

use "../Pure/install_pp.ML";
print_depth 8;

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