# HG changeset patch # User mengj # Date 1130459412 -7200 # Node ID 1883971957de79669e84f19b98f12e1277f797f3 # Parent 2aecb2d68c00c1cbdc220d68ff49a89373f1312d Added a new file res_hol_clause.ML to Reconstruction.thy. This file is used to translate HOL formulae into FOL clauses. diff -r 2aecb2d68c00 -r 1883971957de 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"