1461
|
1 |
(* Title: HOLCF/ex/ROOT
|
244
|
2 |
ID: $Id$
|
1461
|
3 |
Author: Tobias Nipkow
|
244
|
4 |
Copyright 1994 TU Muenchen
|
|
5 |
|
|
6 |
Executes all examples for HOLCF.
|
|
7 |
*)
|
|
8 |
|
|
9 |
HOLCF_build_completed; (*Cause examples to fail if HOLCF did*)
|
|
10 |
|
|
11 |
writeln"Root file for HOLCF examples";
|
|
12 |
proof_timing := true;
|
297
|
13 |
|
2570
|
14 |
time_use_thy "Dnat";
|
|
15 |
time_use_thy "Stream";
|
|
16 |
time_use_thy "Dagstuhl";
|
|
17 |
time_use_thy "Focus_ex";
|
|
18 |
time_use_thy "Fix2";
|
1351
|
19 |
time_use_thy "Hoare";
|
|
20 |
time_use_thy "Loop";
|
|
21 |
time_use "loeckx.ML";
|
1306
|
22 |
|
2236
|
23 |
OS.FileSys.chDir "..";
|
244
|
24 |
maketest "END: Root file for HOLCF examples";
|