# HG changeset patch # User berghofe # Date 999269147 -7200 # Node ID 6adf4d53267917445401b97711364ea02ba97b05 # Parent 7f4c5cdea239c5104ce043c037263820bc1b5365 Initial revision of tools for proof terms. diff -r 7f4c5cdea239 -r 6adf4d532679 src/Pure/Proof/ROOT.ML --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Pure/Proof/ROOT.ML Fri Aug 31 16:45:47 2001 +0200 @@ -0,0 +1,10 @@ +(* Title: Pure/Proof/ROOT.ML + ID: $Id$ + +Proof term operations. +*) + +use "reconstruct.ML"; +use "proof_syntax.ML"; +use "proof_rewrite_rules.ML"; +use "proofchecker.ML";