author | clasohm |
Wed, 02 Nov 1994 11:50:09 +0100 | |
changeset 156 | fd1be45b64bf |
parent 148 | 13b15899c528 |
child 195 | df6b3bd14dcb |
permissions | -rw-r--r-- |
9
da00b32c3977
renamed: hol-rec.* to rec.*, lex-prod.* to lexprod.*, prop-log.* to pl.*
clasohm
parents:
0
diff
changeset
|
1 |
(* Title: HOL/ex/ROOT |
0 | 2 |
ID: $Id$ |
3 |
Author: Tobias Nipkow, Cambridge University Computer Laboratory |
|
4 |
Copyright 1991 University of Cambridge |
|
5 |
||
6 |
Executes all examples for Higher-Order Logic. |
|
7 |
*) |
|
8 |
||
9 |
HOL_build_completed; (*Cause examples to fail if HOL did*) |
|
10 |
||
11 |
writeln"Root file for HOL examples"; |
|
12 |
proof_timing := true; |
|
46 | 13 |
loadpath := ["ex"]; |
0 | 14 |
time_use "ex/cla.ML"; |
15 |
time_use "ex/meson.ML"; |
|
15 | 16 |
time_use "ex/mesontest.ML"; |
46 | 17 |
time_use_thy "InSort"; |
18 |
time_use_thy "Qsort"; |
|
19 |
time_use_thy "LexProd"; |
|
20 |
time_use_thy "Puzzle"; |
|
63 | 21 |
time_use_thy "NatSum"; |
0 | 22 |
time_use "ex/set.ML"; |
148 | 23 |
time_use_thy "LList"; |
127 | 24 |
time_use_thy "Acc"; |
130 | 25 |
time_use_thy "PropLog"; |
46 | 26 |
time_use_thy "Term"; |
27 |
time_use_thy "Simult"; |
|
28 |
time_use_thy "MT"; |
|
0 | 29 |
maketest "END: Root file for HOL examples"; |