author | nipkow |
Mon, 24 Jan 1994 15:59:44 +0100 | |
changeset 35 | c1a3020635a1 |
parent 15 | 25ec61ee621c |
child 46 | a73f8a7784bd |
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; |
|
13 |
time_use "ex/cla.ML"; |
|
14 |
time_use "ex/meson.ML"; |
|
15 | 15 |
time_use "ex/mesontest.ML"; |
35 | 16 |
time_use_thy "ex/Qsort"; |
15 | 17 |
time_use_thy "ex/LexProd"; |
18 |
time_use_thy "ex/Puzzle"; |
|
0 | 19 |
time_use "ex/set.ML"; |
15 | 20 |
time_use_thy "ex/Finite"; |
21 |
time_use_thy "ex/PL"; |
|
22 |
time_use_thy "ex/Term"; |
|
23 |
time_use_thy "ex/Simult"; |
|
24 |
time_use_thy "ex/MT"; |
|
0 | 25 |
maketest "END: Root file for HOL examples"; |