Added a new file res_hol_clause.ML to Reconstruction.thy. This file is used to translate HOL formulae into FOL clauses.
authormengj
Fri, 28 Oct 2005 02:30:12 +0200
changeset 18004 1883971957de
parent 18003 2aecb2d68c00
child 18005 a444181a45ce
Added a new file res_hol_clause.ML to Reconstruction.thy. This file is used to translate HOL formulae into FOL clauses.
src/HOL/Reconstruction.thy
--- a/src/HOL/Reconstruction.thy	Fri Oct 28 02:29:01 2005 +0200
+++ b/src/HOL/Reconstruction.thy	Fri Oct 28 02:30:12 2005 +0200
@@ -9,6 +9,7 @@
 theory Reconstruction
 imports Hilbert_Choice Map Infinite_Set Extraction
 uses "Tools/res_clause.ML"
+         "Tools/res_hol_clause.ML"
 	 "Tools/res_axioms.ML"
 	 "Tools/ATP/recon_order_clauses.ML"
 	 "Tools/ATP/recon_translate_proof.ML"