structure LocalDefs = LocalDefs;
authorwenzelm
Fri, 16 Jul 1999 22:22:02 +0200
changeset 7021 0073aa571502
parent 7020 75ff179df7b7
child 7022 abf9d5e2fb6e
structure LocalDefs = LocalDefs; structure Calculation = Calculation; structure SkipProof = SkipProof;
src/Pure/Isar/ROOT.ML
--- a/src/Pure/Isar/ROOT.ML	Fri Jul 16 14:06:13 1999 +0200
+++ b/src/Pure/Isar/ROOT.ML	Fri Jul 16 22:22:02 1999 +0200
@@ -49,6 +49,9 @@
   structure Args = Args;
   structure Attrib = Attrib;
   structure Method = Method;
+  structure LocalDefs = LocalDefs;
+  structure Calculation = Calculation;
+  structure SkipProof = SkipProof;
   structure Comment = Comment;
   structure OuterLex = OuterLex;
   structure OuterParse = OuterParse;