src/Cube/ROOT.ML
author berghofe
Fri, 11 Jul 2003 14:55:17 +0200
changeset 14102 8af7334af4b3
parent 6349 f7750d816c21
child 17252 e352f65d5893
permissions -rw-r--r--
- Installed specific code generator for equality enforcing that arguments do not have function types, which would result in an error message during compilation. - Added test case generators for basic types.

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