src/Pure/ROOT.ML
changeset 922 196ca0973a6d
parent 913 8aaa8c5a567e
child 1072 0140ff702b23
equal deleted inserted replaced
921:6bee3815c0bf 922:196ca0973a6d
    63 structure AxClass = AxClassFun(structure Logic = Logic
    63 structure AxClass = AxClassFun(structure Logic = Logic
    64   and Goals = Goals and Tactic = Tactic);
    64   and Goals = Goals and Tactic = Tactic);
    65 open BasicSyntax Thm Drule Tactical Tactic Goals;
    65 open BasicSyntax Thm Drule Tactical Tactic Goals;
    66 
    66 
    67 structure Pure = struct val thy = pure_thy end;
    67 structure Pure = struct val thy = pure_thy end;
       
    68 structure CPure = struct val thy = cpure_thy end;
    68 
    69 
    69 (*Theory parser and loader*)
    70 (*Theory parser and loader*)
    70 cd "Thy";
    71 cd "Thy";
    71 use "ROOT.ML";
    72 use "ROOT.ML";
    72 cd "..";
    73 cd "..";