src/HOL/Reconstruction.thy
author nipkow
Sat, 13 Nov 2004 07:47:34 +0100
changeset 15281 bd4611956c7b
parent 15151 429666b09783
child 15359 8bad1f42fec0
permissions -rw-r--r--
More 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/reconstruction.ML"

begin

setup Reconstruction.setup

end