src/HOL/Reconstruction.thy
author wenzelm
Wed, 14 Sep 2005 23:14:57 +0200
changeset 17394 a8c9ed3f9818
parent 17315 5bf0e0aacc24
child 17421 0382f6877b98
permissions -rw-r--r--
renamed Guard/NS_Public, Guard/OtwayRees, Guard/Yahalom.thy to avoid clash with plain Auth versions;

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

header{*Attributes for Reconstructing External Resolution Proofs*}

theory Reconstruction
    imports Hilbert_Choice Map Infinite_Set Extraction
    uses "Tools/res_lib.ML"

	 "Tools/res_clause.ML"
	 "Tools/res_skolem_function.ML"
	 "Tools/res_axioms.ML"
	 "Tools/res_types_sorts.ML"

	 "Tools/ATP/recon_prelim.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/VampCommunication.ML"
	 "Tools/ATP/SpassCommunication.ML"
	 "Tools/ATP/watcher.ML"
	 "Tools/ATP/res_clasimpset.ML"
	 "Tools/res_atp.ML"
	 "Tools/reconstruction.ML"

begin

text{*Every theory of HOL must be a descendant or ancestor of this one!*}

setup ResAxioms.clause_setup
setup ResAxioms.meson_method_setup
setup Reconstruction.setup

end