author | paulson |
Wed, 27 Nov 1996 10:34:28 +0100 | |
changeset 2236 | c7869a443b14 |
parent 1461 | 6bcb44e4d6e5 |
child 2570 | 24d7e8fb8261 |
permissions | -rw-r--r-- |
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 |
|
1351 | 14 |
time_use_thy "Hoare"; |
15 |
time_use_thy "Loop"; |
|
16 |
time_use_thy "Fix2"; |
|
17 |
time_use "loeckx.ML"; |
|
1306 | 18 |
|
2236 | 19 |
OS.FileSys.chDir ".."; |
244 | 20 |
maketest "END: Root file for HOLCF examples"; |