src/ZF/ex/ROOT.ML
author clasohm
Tue, 21 Nov 1995 12:43:09 +0100
changeset 1351 4a960c012383
parent 1296 ae31bb7774a7
child 1461 6bcb44e4d6e5
permissions -rw-r--r--
removed make_chart; theories are now read from the current directory (because of use_dir)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     1
(*  Title: 	ZF/ex/ROOT
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     2
    ID:         $Id$
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     3
    Author: 	Lawrence C Paulson, Cambridge University Computer Laboratory
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     4
    Copyright   1993  University of Cambridge
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     5
919
49271bd72c42 No longer calls maketest; instead, the Makefile writes the file
lcp
parents: 589
diff changeset
     6
Executes miscellaneous examples for Zermelo-Fraenkel Set Theory
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     7
*)
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     8
16
0b033d50ca1c ex/{bin.ML,comb.ML,prop.ML}: replaced NewSext by Syntax.simple_sext
lcp
parents: 0
diff changeset
     9
ZF_build_completed;	(*Make examples fail if ZF did*)
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    10
960
358a19a91d52 Removed exception handlers, as they are now in ZF/Makefile.
lcp
parents: 919
diff changeset
    11
writeln"Root file for ZF Set Theory examples";
358a19a91d52 Removed exception handlers, as they are now in ZF/Makefile.
lcp
parents: 919
diff changeset
    12
proof_timing := true;
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    13
1351
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    14
time_use     "misc.ML";
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    15
time_use_thy "Ramsey";
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    16
time_use_thy "Limit";
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    17
960
358a19a91d52 Removed exception handlers, as they are now in ZF/Makefile.
lcp
parents: 919
diff changeset
    18
(*Integers & Binary integer arithmetic*)
1351
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    19
time_use_thy "Bin";
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    20
960
358a19a91d52 Removed exception handlers, as they are now in ZF/Makefile.
lcp
parents: 919
diff changeset
    21
(** Datatypes **)
1351
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    22
time_use_thy "BT";		(*binary trees*)
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    23
time_use_thy "Data";		(*Sample datatype*)
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    24
time_use_thy "Term";		(*terms: recursion over the list functor*)
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    25
time_use_thy "TF";		(*trees/forests: mutual recursion*)
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    26
time_use_thy "Ntree";		(*variable-branching trees; function demo*)
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    27
time_use_thy "Brouwer";		(*Infinite-branching trees*)
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    28
time_use_thy "Enum";		(*Enormous enumeration type*)
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    29
960
358a19a91d52 Removed exception handlers, as they are now in ZF/Makefile.
lcp
parents: 919
diff changeset
    30
(** Inductive definitions **)
1351
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    31
time_use_thy "Rmap";		(*mapping a relation over a list*)
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    32
time_use_thy "PropLog";		(*completeness of propositional logic*)
960
358a19a91d52 Removed exception handlers, as they are now in ZF/Makefile.
lcp
parents: 919
diff changeset
    33
(*two Coq examples by Christine Paulin-Mohring*)
1351
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    34
time_use_thy "ListN";
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    35
time_use_thy "Acc";
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    36
time_use_thy "Comb";		(*Combinatory Logic example*)
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    37
time_use_thy "Primrec";		(*Primitive recursive functions*)
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    38
960
358a19a91d52 Removed exception handlers, as they are now in ZF/Makefile.
lcp
parents: 919
diff changeset
    39
(** CoDatatypes **)
1351
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    40
time_use_thy "LList";
4a960c012383 removed make_chart;
clasohm
parents: 1296
diff changeset
    41
time_use_thy "CoUnit";
1296
ae31bb7774a7 added calls of init_html and make_chart
clasohm
parents: 1282
diff changeset
    42
960
358a19a91d52 Removed exception handlers, as they are now in ZF/Makefile.
lcp
parents: 919
diff changeset
    43
writeln"END: Root file for ZF Set Theory examples";