src/Pure/ROOT.ML
changeset 635 034fda1c4873
parent 618 97b715e65f70
child 913 8aaa8c5a567e
equal deleted inserted replaced
634:8a5f6961250f 635:034fda1c4873
    60                              and Tactical=Tactical and Net=Net);
    60                              and Tactical=Tactical and Net=Net);
    61 structure Goals = GoalsFun(structure Logic=Logic and Drule=Drule
    61 structure Goals = GoalsFun(structure Logic=Logic and Drule=Drule
    62                            and Tactic=Tactic and Pattern=Pattern);
    62                            and Tactic=Tactic and Pattern=Pattern);
    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 AxClass;
    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 
    68 
    69 (*Theory parser and loader*)
    69 (*Theory parser and loader*)
    70 cd "Thy";
    70 cd "Thy";