| author | lcp |
| Thu, 03 Nov 1994 12:39:39 +0100 | |
| changeset 691 | b9fc536792bb |
| parent 121 | d392174734e9 |
| child 1000 | 0ad2b1da57ff |
| permissions | -rw-r--r-- |
| 0 | 1 |
(* Title: CCL/ex/ROOT |
2 |
ID: $Id$ |
|
3 |
Author: Martin Coen, Cambridge University Computer Laboratory |
|
4 |
Copyright 1993 University of Cambridge |
|
5 |
||
6 |
Executes all examples for Classical Computational Logic |
|
7 |
*) |
|
8 |
||
9 |
CCL_build_completed; (*Cause examples to fail if CCL did*) |
|
10 |
||
11 |
writeln"Root file for CCL examples"; |
|
12 |
proof_timing := true; |
|
| 121 | 13 |
time_use_thy "ex/Nat"; |
14 |
time_use_thy "ex/List"; |
|
15 |
time_use_thy "ex/Stream"; |
|
16 |
time_use_thy "ex/Flag"; |
|
| 0 | 17 |
maketest"END: Root file for CCL examples"; |