src/HOL/Reconstruction.thy
author nipkow
Mon, 29 Nov 2004 11:23:48 +0100
changeset 15339 a7b603bbc1e6
parent 15151 429666b09783
child 15359 8bad1f42fec0
permissions -rw-r--r--
onsolete

(*  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