Initial revision of tools for proof terms.
authorberghofe
Fri, 31 Aug 2001 16:45:47 +0200
changeset 11536 6adf4d532679
parent 11535 7f4c5cdea239
child 11537 e007d35359c3
Initial revision of tools for proof terms.
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";