src/Cube/ROOT.ML
author wenzelm
Wed, 15 Feb 2006 21:34:55 +0100
changeset 19046 bc5c6c9b114e
parent 17453 eccff680177d
child 24106 f2965bf954dc
permissions -rw-r--r--
removed distinct, renamed gen_distinct to distinct;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3511
da4dd8b7ced4 removed obsolete init_pps and init_thy_reader;
wenzelm
parents: 2237
diff changeset
     1
(*  Title:      Cube/ROOT.ML
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     2
    ID:         $Id$
1459
d12da312eff4 expanded tabs
clasohm
parents: 1361
diff changeset
     3
    Author:     Tobias Nipkow
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     4
    Copyright   1992  University of Cambridge
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     5
3511
da4dd8b7ced4 removed obsolete init_pps and init_thy_reader;
wenzelm
parents: 2237
diff changeset
     6
The Lambda-Cube a la Barendregt.
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     7
*)
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     8
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     9
val banner = "Barendregt's Lambda-Cube";
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    10
writeln banner;
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    11
121
d392174734e9 changed use_thy's parameter to exact theory name
clasohm
parents: 72
diff changeset
    12
use_thy "Cube";
17453
eccff680177d plain test session, includes example;
wenzelm
parents: 17252
diff changeset
    13
use_thy "Example";