author | lcp |
Fri, 03 Dec 1993 12:41:54 +0100 | |
changeset 23 | 2c7fedb2713c |
parent 15 | 25ec61ee621c |
child 35 | c1a3020635a1 |
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"; |
16 |
time_use_thy "ex/LexProd"; |
|
17 |
time_use_thy "ex/Puzzle"; |
|
0 | 18 |
time_use "ex/set.ML"; |
15 | 19 |
time_use_thy "ex/Finite"; |
20 |
time_use_thy "ex/PL"; |
|
21 |
time_use_thy "ex/Term"; |
|
22 |
time_use_thy "ex/Simult"; |
|
23 |
time_use_thy "ex/MT"; |
|
0 | 24 |
maketest "END: Root file for HOL examples"; |