author | wenzelm |
Fri, 10 Sep 1999 17:28:51 +0200 | |
changeset 7535 | 599d3414b51d |
parent 6349 | f7750d816c21 |
child 9000 | c20d58286a51 |
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 |
||
6349
f7750d816c21
removed foo_build_completed -- now handled by session management (via usedir);
wenzelm
parents:
4449
diff
changeset
|
9 |
writeln"Root file for HOLCF examples"; |
244 | 10 |
|
4449 | 11 |
set proof_timing; |
2570 | 12 |
time_use_thy "Dnat"; |
13 |
time_use_thy "Stream"; |
|
14 |
time_use_thy "Dagstuhl"; |
|
15 |
time_use_thy "Focus_ex"; |
|
16 |
time_use_thy "Fix2"; |
|
1351 | 17 |
time_use_thy "Hoare"; |
18 |
time_use_thy "Loop"; |
|
19 |
time_use "loeckx.ML"; |