author | wenzelm |
Tue, 27 May 1997 15:45:07 +0200 | |
changeset 3362 | 0b268cff9344 |
parent 3337 | c056d328aa0e |
child 3404 | 91a91790899a |
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 |
||
1165 | 9 |
HOL_build_completed; (*Cause examples to fail if HOL did*) |
969 | 10 |
|
1165 | 11 |
writeln "Root file for HOL examples"; |
1026
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
12 |
proof_timing := true; |
3294 | 13 |
|
14 |
(**Some examples of recursive function definitions: the TFL package**) |
|
15 |
time_use_thy "Fib"; |
|
16 |
time_use_thy "Primes"; |
|
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"; |
|
1719 | 23 |
(** time_use "mesontest2.ML"; ULTRA SLOW **) |
1026
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
24 |
time_use_thy "String"; |
1174 | 25 |
time_use_thy "BT"; |
1026
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
26 |
time_use_thy "InSort"; |
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
27 |
time_use_thy "Qsort"; |
f2dc38ed53ac
ROOT.ML: Removed the "exit 1" calls, since now the Makefile does them.
nipkow
parents:
972
diff
changeset
|
28 |
time_use_thy "Puzzle"; |
3294 | 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"; |
1296 | 32 |
|
1165 | 33 |
writeln "END: Root file for HOL examples"; |