author | wenzelm |
Fri, 06 Oct 2000 17:35:58 +0200 | |
changeset 10168 | 50be659d4222 |
parent 10052 | 5fa8d8d5c852 |
child 10440 | 2074e62da354 |
permissions | -rw-r--r-- |
9000 | 1 |
(* Title: HOL/ex/ROOT.ML |
969 | 2 |
ID: $Id$ |
3 |
||
9297 | 4 |
Miscellaneous examples for Higher-Order Logic. |
969 | 5 |
*) |
6 |
||
5753 | 7 |
(*some examples of recursive function definitions: the TFL package*) |
5124 | 8 |
time_use_thy "Recdefs"; |
3337 | 9 |
time_use_thy "Primrec"; |
3294 | 10 |
|
8944 | 11 |
time_use_thy "NatSum"; |
1351 | 12 |
time_use "cla.ML"; |
13 |
time_use "mesontest.ML"; |
|
8557
fe75fe482566
restored the MESON examples file HOL/ex/mesontest2.ML
paulson
parents:
8353
diff
changeset
|
14 |
time_use "mesontest2.ML"; |
1174 | 15 |
time_use_thy "BT"; |
8797 | 16 |
time_use_thy "AVL"; |
1026
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
17 |
time_use_thy "InSort"; |
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
18 |
time_use_thy "Qsort"; |
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
19 |
time_use_thy "Puzzle"; |
3294 | 20 |
|
5078 | 21 |
time_use_thy "IntRing"; |
22 |
||
9100 | 23 |
time_use_thy "set"; |
1026
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
24 |
time_use_thy "MT"; |
7085 | 25 |
time_use_thy "Tarski"; |
1296 | 26 |
|
5199 | 27 |
time_use_thy "StringEx"; |
28 |
time_use_thy "BinEx"; |
|
7187 | 29 |
|
7304 | 30 |
if_svc_enabled time_use_thy "svc_test"; |
5199 | 31 |
|
5753 | 32 |
(*basic use of extensible records*) |
5199 | 33 |
time_use_thy "MonoidGroup"; |
10052 | 34 |
time_use_thy "Records"; |
5199 | 35 |
|
5753 | 36 |
(*groups via locales*) |
5250 | 37 |
time_use_thy "PiSets"; |
38 |
time_use_thy "LocaleGroup"; |
|
39 |
||
9354 | 40 |
(*advanced concrete syntax*) |
41 |
time_use_thy "Tuple"; |
|
5368 | 42 |
time_use_thy "Antiquote"; |
8569 | 43 |
time_use_thy "Multiquote"; |