Isar -- Intelligible Semi-Automated Reasoning for Isabelle.
authorwenzelm
Mon, 09 Nov 1998 15:30:46 +0100
changeset 5818 962bfe78a297
parent 5817 02f4ff005a78
child 5819 5fff21d4ca3a
Isar -- Intelligible Semi-Automated Reasoning for Isabelle.
src/Pure/Isar/ROOT.ML
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/Pure/Isar/ROOT.ML	Mon Nov 09 15:30:46 1998 +0100
@@ -0,0 +1,28 @@
+(*  Title:      Pure/Isar/ROOT.ML
+    ID:         $Id$
+    Author:     Markus Wenzel, TU Muenchen
+
+Isar -- Intelligible Semi-Automated Reasoning for Isabelle.
+*)
+
+(*proof engine*)
+use "proof_context.ML";
+use "proof.ML";
+use "proof_data.ML";
+use "args.ML";
+use "attrib.ML";
+use "method.ML";
+
+(*outer syntax*)
+use "outer_lex.ML";
+use "outer_parse.ML";
+
+(*interactive subsystem*)
+use "proof_history.ML";
+use "toplevel.ML";
+use "outer_syntax.ML";
+
+(*theory operations and syntax*)
+use "isar_thy.ML";
+use "isar_cmd.ML";
+use "isar_syn.ML";