src/HOL/Reconstruction.thy
author wenzelm
Mon, 17 Oct 2005 23:10:15 +0200
changeset 17877 67d5ab1cb0d8
parent 17846 6fd3261a1be0
child 18004 1883971957de
permissions -rw-r--r--
Simplifier.inherit_context instead of Simplifier.inherit_bounds;

(*  Title:      HOL/Reconstruction.thy
    ID:         $Id$
    Author:     Lawrence C Paulson
    Copyright   2004  University of Cambridge
*)

header{* Reconstructing external resolution proofs *}

theory Reconstruction
imports Hilbert_Choice Map Infinite_Set Extraction
uses "Tools/res_clause.ML"
	 "Tools/res_axioms.ML"
	 "Tools/ATP/recon_order_clauses.ML"
	 "Tools/ATP/recon_translate_proof.ML"
	 "Tools/ATP/recon_parse.ML"
	 "Tools/ATP/recon_transfer_proof.ML"
	 "Tools/ATP/AtpCommunication.ML"
	 "Tools/ATP/watcher.ML"
	 "Tools/ATP/res_clasimpset.ML"
	 "Tools/res_atp.ML"
	 "Tools/reconstruction.ML"

begin

setup ResAxioms.meson_method_setup
setup Reconstruction.setup

end