author | paulson |
Fri, 08 Apr 2005 10:50:02 +0200 | |
changeset 15683 | 196f40d3ffea |
parent 15678 | 28cc2314c7ff |
child 15684 | 5ec4d21889d6 |
permissions | -rw-r--r-- |
15151 | 1 |
(* Title: HOL/Reconstruction.thy |
2 |
ID: $Id$ |
|
3 |
Author: Lawrence C Paulson |
|
4 |
Copyright 2004 University of Cambridge |
|
5 |
*) |
|
6 |
||
7 |
header{*Attributes for Reconstructing External Resolution Proofs*} |
|
8 |
||
9 |
theory Reconstruction |
|
15382 | 10 |
imports Hilbert_Choice Map Infinite_Set |
15359
8bad1f42fec0
new CLAUSIFY attribute for proof reconstruction with lemmas
paulson
parents:
15151
diff
changeset
|
11 |
files "Tools/res_lib.ML" |
8bad1f42fec0
new CLAUSIFY attribute for proof reconstruction with lemmas
paulson
parents:
15151
diff
changeset
|
12 |
"Tools/res_clause.ML" |
8bad1f42fec0
new CLAUSIFY attribute for proof reconstruction with lemmas
paulson
parents:
15151
diff
changeset
|
13 |
"Tools/res_skolem_function.ML" |
8bad1f42fec0
new CLAUSIFY attribute for proof reconstruction with lemmas
paulson
parents:
15151
diff
changeset
|
14 |
"Tools/res_axioms.ML" |
8bad1f42fec0
new CLAUSIFY attribute for proof reconstruction with lemmas
paulson
parents:
15151
diff
changeset
|
15 |
"Tools/res_types_sorts.ML" |
15653 | 16 |
|
15683 | 17 |
(* |
15678 | 18 |
"Tools/ATP/recon_prelim.ML" |
19 |
"Tools/ATP/recon_gandalf_base.ML" |
|
20 |
"Tools/ATP/recon_order_clauses.ML" |
|
21 |
"Tools/ATP/recon_translate_proof.ML" |
|
22 |
"Tools/ATP/recon_parse.ML" |
|
23 |
"Tools/ATP/recon_transfer_proof.ML" |
|
24 |
"Tools/ATP/VampireCommunication.ML" |
|
25 |
"Tools/ATP/SpassCommunication.ML" |
|
26 |
"Tools/ATP/modUnix.ML" |
|
27 |
"Tools/ATP/watcher.sig" |
|
28 |
"Tools/ATP/watcher.ML" |
|
29 |
"Tools/res_atp.ML" |
|
15683 | 30 |
*) |
15678 | 31 |
|
15359
8bad1f42fec0
new CLAUSIFY attribute for proof reconstruction with lemmas
paulson
parents:
15151
diff
changeset
|
32 |
"Tools/reconstruction.ML" |
15151 | 33 |
|
34 |
begin |
|
35 |
||
15382 | 36 |
text{*Every theory of HOL must be a descendant or ancestor of this one!*} |
37 |
||
15151 | 38 |
setup Reconstruction.setup |
39 |
||
15653 | 40 |
end |