author | nipkow |
Fri, 05 May 2000 12:51:33 +0200 | |
changeset 8797 | b55e2354d71e |
parent 8569 | 748a9699f28d |
child 8933 | de96f2982d2c |
permissions | -rw-r--r-- |
1465 | 1 |
(* Title: HOL/ex/ROOT |
969 | 2 |
ID: $Id$ |
1465 | 3 |
Author: Tobias Nipkow, Cambridge University Computer Laboratory |
969 | 4 |
Copyright 1991 University of Cambridge |
5 |
||
6 |
Executes miscellaneous examples for Higher-Order Logic. |
|
7 |
*) |
|
8 |
||
6349
f7750d816c21
removed foo_build_completed -- now handled by session management (via usedir);
wenzelm
parents:
5866
diff
changeset
|
9 |
writeln "Root file for HOL examples"; |
969 | 10 |
|
4449 | 11 |
set proof_timing; |
3294 | 12 |
|
5753 | 13 |
(*some examples of recursive function definitions: the TFL package*) |
5124 | 14 |
time_use_thy "Recdefs"; |
4809 | 15 |
time_use_thy "Primes"; |
3294 | 16 |
time_use_thy "Fib"; |
8353 | 17 |
with_path "../Induct" use_thy "Factorization"; |
3337 | 18 |
time_use_thy "Primrec"; |
3294 | 19 |
|
20 |
time_use_thy "NatSum"; |
|
1351 | 21 |
time_use "cla.ML"; |
22 |
time_use "meson.ML"; |
|
23 |
time_use "mesontest.ML"; |
|
8557
fe75fe482566
restored the MESON examples file HOL/ex/mesontest2.ML
paulson
parents:
8353
diff
changeset
|
24 |
time_use "mesontest2.ML"; |
1174 | 25 |
time_use_thy "BT"; |
8797 | 26 |
time_use_thy "AVL"; |
1026
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
27 |
time_use_thy "InSort"; |
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
28 |
time_use_thy "Qsort"; |
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
29 |
time_use_thy "Puzzle"; |
3294 | 30 |
|
5078 | 31 |
time_use_thy "IntRing"; |
32 |
||
1351 | 33 |
time_use "set.ML"; |
1026
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
34 |
time_use_thy "MT"; |
7085 | 35 |
time_use_thy "Tarski"; |
1296 | 36 |
|
5199 | 37 |
time_use_thy "StringEx"; |
38 |
time_use_thy "BinEx"; |
|
7187 | 39 |
|
7304 | 40 |
if_svc_enabled time_use_thy "svc_test"; |
5199 | 41 |
|
5753 | 42 |
(*basic use of extensible records*) |
5199 | 43 |
time_use_thy "MonoidGroup"; |
5753 | 44 |
time_use_thy "Points"; |
5199 | 45 |
|
5753 | 46 |
(*groups via locales*) |
5250 | 47 |
time_use_thy "PiSets"; |
48 |
time_use_thy "LocaleGroup"; |
|
49 |
||
5753 | 50 |
(*expressions with quote / antiquote syntax*) |
5368 | 51 |
time_use_thy "Antiquote"; |
8569 | 52 |
time_use_thy "Multiquote"; |
5368 | 53 |
|
5199 | 54 |
|
1165 | 55 |
writeln "END: Root file for HOL examples"; |