src/HOL/Reconstruction.thy
author haftmann
Wed, 06 Sep 2006 10:01:04 +0200
changeset 20483 04aa552a83bc
parent 19767 6e77bd331bf4
child 20761 7a6f69cf5a86
permissions -rw-r--r--
TypedefPackage.add_typedef_* now yields name of introduced type constructor

(*  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/polyhash.ML"
         "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"
	 "Tools/ATP/recon_parse.ML"
	 "Tools/ATP/recon_transfer_proof.ML"
	 "Tools/ATP/AtpCommunication.ML"
	 "Tools/ATP/watcher.ML"
         "Tools/ATP/reduce_axiomsN.ML"
	 "Tools/res_atp.ML"
	 "Tools/reconstruction.ML"

begin

setup ResAxioms.meson_method_setup
setup Reconstruction.setup

end