src/Cube/ROOT.ML
author obua
Tue, 07 Jun 2005 20:04:41 +0200
changeset 16313 79b37d5e50b1
parent 6349 f7750d816c21
child 17252 e352f65d5893
permissions -rw-r--r--
A flag DEFS_CHAIN_HISTORY can be used to improve the error message in case a cycle has been detected. If it is switched off and a cycle has been detected, the user is notified that there is such a flag.

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

The Lambda-Cube a la Barendregt.
*)

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

print_depth 1;  

use_thy "Cube";

print_depth 8;