src/HOL/Reconstruction.thy
author paulson
Fri, 20 Aug 2004 12:21:03 +0200
changeset 15151 429666b09783
child 15359 8bad1f42fec0
permissions -rw-r--r--
proof reconstruction for external ATPs

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