src/Cube/ROOT.ML
author slotosch
Wed, 26 Mar 1997 13:44:05 +0100
changeset 2840 7e03e61612b0
parent 2237 f01ac387e82b
child 3511 da4dd8b7ced4
permissions -rw-r--r--
generalized theorems and class instances for Cprod. Now "*"::(cpo,cpo)cpo and "*"::(pcpo,pcpo)pcpo

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

init_pps ();
print_depth 8;

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