author | wenzelm |
Tue, 24 Aug 1999 11:50:58 +0200 | |
changeset 7333 | 6cb15c6f1d9f |
parent 6349 | f7750d816c21 |
child 9000 | c20d58286a51 |
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 |
writeln"Root file for CCL examples"; |
|
4446 | 10 |
set proof_timing; |
1000 | 11 |
|
1351 | 12 |
time_use_thy "Nat"; |
13 |
time_use_thy "List"; |
|
14 |
time_use_thy "Stream"; |
|
15 |
time_use_thy "Flag"; |