author | wenzelm |
Mon, 29 Nov 1999 15:52:49 +0100 | |
changeset 8039 | a901bafe4578 |
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"; |