merged
authorwenzelm
Tue, 01 Jun 2010 11:37:41 +0200
changeset 372267c59ab0a419b
parent 37224 32c5251f78cd
parent 37225 d416e49b3926
child 37238 d94459cf7ea8
merged
     1.1 --- a/src/Pure/ROOT.ML	Tue Jun 01 11:18:51 2010 +0200
     1.2 +++ b/src/Pure/ROOT.ML	Tue Jun 01 11:37:41 2010 +0200
     1.3 @@ -305,9 +305,11 @@
     1.4  structure PrintMode = Print_Mode;
     1.5  structure SpecParse = Parse_Spec;
     1.6  structure ThyInfo = Thy_Info;
     1.7 -structure ThyLoad = Thy_Load;
     1.8  structure ThyOutput = Thy_Output;
     1.9  structure TypeInfer = Type_Infer;
    1.10  
    1.11  end;
    1.12  
    1.13 +structure ThyLoad = Thy_Load;  (*Proof General legacy*)
    1.14 +
    1.15 +