src/Pure/Isar/ROOT.ML
changeset 5873 f4fe91b3b6db
parent 5818 962bfe78a297
child 5951 e98c900540f9
equal deleted inserted replaced
5872:df19e1de5c8a 5873:f4fe91b3b6db
    24 
    24 
    25 (*theory operations and syntax*)
    25 (*theory operations and syntax*)
    26 use "isar_thy.ML";
    26 use "isar_thy.ML";
    27 use "isar_cmd.ML";
    27 use "isar_cmd.ML";
    28 use "isar_syn.ML";
    28 use "isar_syn.ML";
       
    29 
       
    30 
       
    31 structure PureIsar =
       
    32 struct
       
    33   structure ProofContext = ProofContext;
       
    34   structure Proof = Proof;
       
    35   structure Args = Args;
       
    36   structure Attrib = Attrib;
       
    37   structure Method = Method;
       
    38   structure OuterLex = OuterLex;
       
    39   structure OuterParse = OuterParse;
       
    40   structure ProofHistory = ProofHistory;
       
    41   structure Toplevel = Toplevel;
       
    42   structure OuterSyntax = OuterSyntax;
       
    43   structure IsarThy = IsarThy;
       
    44   structure IsarCmd = IsarCmd;
       
    45   structure IsarSyn = IsarSyn;
       
    46 end;