src/HOL/Reconstruction.thy
author paulson
Thu, 02 Dec 2004 11:09:19 +0100
changeset 15359 8bad1f42fec0
parent 15151 429666b09783
child 15382 e56ce5cefe9c
permissions -rw-r--r--
new CLAUSIFY attribute for proof reconstruction with lemmas

(*  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
    files "Tools/res_lib.ML"
	  "Tools/res_clause.ML"
	  "Tools/res_skolem_function.ML"
	  "Tools/res_axioms.ML"
	  "Tools/res_types_sorts.ML"
	  "Tools/res_atp.ML"
          "Tools/reconstruction.ML"

begin

setup Reconstruction.setup

end