author | clasohm |
Tue, 09 Nov 1993 13:32:45 +0100 | |
changeset 99 | df0cd0fecf86 |
parent 0 | a5a9c433f639 |
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"; |