| author | wenzelm |
| Wed, 26 Jan 2000 21:10:27 +0100 | |
| changeset 8145 | cdd5386eb6fe |
| parent 7304 | 94c6f8f07631 |
| child 8353 | 57a163920480 |
| 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"; |
| 3337 | 17 |
time_use_thy "Primrec"; |
| 3294 | 18 |
|
19 |
time_use_thy "NatSum"; |
|
| 1351 | 20 |
time_use "cla.ML"; |
21 |
time_use "meson.ML"; |
|
22 |
time_use "mesontest.ML"; |
|
| 1174 | 23 |
time_use_thy "BT"; |
|
1026
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
24 |
time_use_thy "InSort"; |
|
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
25 |
time_use_thy "Qsort"; |
|
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
26 |
time_use_thy "Puzzle"; |
| 3294 | 27 |
|
| 5078 | 28 |
time_use_thy "IntRing"; |
29 |
||
| 1351 | 30 |
time_use "set.ML"; |
|
1026
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
31 |
time_use_thy "MT"; |
| 7085 | 32 |
time_use_thy "Tarski"; |
| 1296 | 33 |
|
| 5199 | 34 |
time_use_thy "StringEx"; |
35 |
time_use_thy "BinEx"; |
|
| 7187 | 36 |
|
| 7304 | 37 |
if_svc_enabled time_use_thy "svc_test"; |
| 5199 | 38 |
|
| 5753 | 39 |
(*basic use of extensible records*) |
| 5199 | 40 |
time_use_thy "MonoidGroup"; |
| 5753 | 41 |
time_use_thy "Points"; |
| 5199 | 42 |
|
| 5753 | 43 |
(*groups via locales*) |
| 5250 | 44 |
time_use_thy "PiSets"; |
45 |
time_use_thy "LocaleGroup"; |
|
46 |
||
| 5753 | 47 |
(*expressions with quote / antiquote syntax*) |
| 5368 | 48 |
time_use_thy "Antiquote"; |
49 |
||
| 5199 | 50 |
|
| 1165 | 51 |
writeln "END: Root file for HOL examples"; |