author | lcp |
Tue, 25 Apr 1995 11:14:03 +0200 | |
changeset 1072 | 0140ff702b23 |
parent 99 | df0cd0fecf86 |
child 1298 | 488593372568 |
permissions | -rw-r--r-- |
0 | 1 |
(* Title: LK/ex/ROOT |
2 |
ID: $Id$ |
|
3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
|
4 |
Copyright 1992 University of Cambridge |
|
5 |
||
6 |
Executes all examples for Classical Logic. |
|
7 |
*) |
|
8 |
||
9 |
LK_build_completed; (*Cause examples to fail if LK did*) |
|
10 |
||
11 |
writeln"Root file for LK examples"; |
|
12 |
||
13 |
proof_timing := true; |
|
14 |
time_use "ex/prop.ML"; |
|
15 |
time_use "ex/quant.ML"; |
|
99 | 16 |
time_use "ex/hardquant.ML"; |
0 | 17 |
|
18 |
maketest"END: Root file for LK examples"; |