author | wenzelm |
Wed, 14 Apr 1999 19:05:28 +0200 | |
changeset 6430 | 69400c97d3bf |
parent 6349 | f7750d816c21 |
child 9000 | c20d58286a51 |
permissions | -rw-r--r-- |
1459 | 1 |
(* Title: FOLP/ex/ROOT |
0 | 2 |
ID: $Id$ |
1459 | 3 |
Author: Lawrence C Paulson, Cambridge University Computer Laboratory |
0 | 4 |
Copyright 1992 University of Cambridge |
5 |
||
6 |
Executes all examples for First-Order Logic. |
|
7 |
*) |
|
8 |
||
9 |
writeln"Root file for FOLP examples"; |
|
10 |
||
4446 | 11 |
set proof_timing; |
0 | 12 |
|
1351 | 13 |
time_use "intro.ML"; |
14 |
time_use_thy "Nat"; |
|
15 |
time_use "foundn.ML"; |
|
0 | 16 |
|
17 |
writeln"\n** Intuitionistic examples **\n"; |
|
1351 | 18 |
time_use "int.ML"; |
0 | 19 |
|
2603
4988dda71c0b
Renamed structure Int (intuitionistic prover) to IntPr to prevent clash
paulson
parents:
2236
diff
changeset
|
20 |
val thy = IFOLP.thy and tac = IntPr.fast_tac 1; |
1351 | 21 |
time_use "prop.ML"; |
22 |
time_use "quant.ML"; |
|
0 | 23 |
|
24 |
writeln"\n** Classical examples **\n"; |
|
1351 | 25 |
time_use "cla.ML"; |
26 |
time_use_thy "If"; |
|
0 | 27 |
|
28 |
val thy = FOLP.thy and tac = Cla.fast_tac FOLP_cs 1; |
|
1351 | 29 |
time_use "prop.ML"; |
30 |
time_use "quant.ML"; |