src/Cube/ROOT.ML
author urbanc
Mon, 16 Apr 2007 07:32:23 +0200
changeset 22715 381e6c45f13b
parent 17453 eccff680177d
child 24106 f2965bf954dc
permissions -rw-r--r--
improved the equivariance lemmas for the quantifiers; had to export the lemma eqvt_force_add and eqvt_force_del in the thmdecls

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

use_thy "Cube";
use_thy "Example";