author | paulson |
Thu, 18 Jan 1996 10:38:29 +0100 | |
changeset 1444 | 23ceb1dc9755 |
parent 1351 | 4a960c012383 |
child 1461 | 6bcb44e4d6e5 |
permissions | -rw-r--r-- |
244 | 1 |
(* Title: HOLCF/ex/ROOT |
2 |
ID: $Id$ |
|
3 |
Author: Tobias Nipkow |
|
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 |
|
1351 | 19 |
cd ".."; |
244 | 20 |
maketest "END: Root file for HOLCF examples"; |