src/Pure/Isar/ROOT.ML
changeset 7680 27bbbe36d49a
parent 7021 0073aa571502
child 7728 2e737ce3cdb5
equal deleted inserted replaced
7679:99912beb8fa0 7680:27bbbe36d49a
    17 
    17 
    18 (*derived proof elements*)
    18 (*derived proof elements*)
    19 use "local_defs.ML";
    19 use "local_defs.ML";
    20 use "calculation.ML";
    20 use "calculation.ML";
    21 use "skip_proof.ML";
    21 use "skip_proof.ML";
       
    22 use "obtain.ML";
    22 
    23 
    23 (*outer syntax*)
    24 (*outer syntax*)
    24 use "comment.ML";
    25 use "comment.ML";
    25 use "outer_lex.ML";
    26 use "outer_lex.ML";
    26 use "outer_parse.ML";
    27 use "outer_parse.ML";
    50   structure Attrib = Attrib;
    51   structure Attrib = Attrib;
    51   structure Method = Method;
    52   structure Method = Method;
    52   structure LocalDefs = LocalDefs;
    53   structure LocalDefs = LocalDefs;
    53   structure Calculation = Calculation;
    54   structure Calculation = Calculation;
    54   structure SkipProof = SkipProof;
    55   structure SkipProof = SkipProof;
       
    56   structure Obtain = Obtain;
    55   structure Comment = Comment;
    57   structure Comment = Comment;
    56   structure OuterLex = OuterLex;
    58   structure OuterLex = OuterLex;
    57   structure OuterParse = OuterParse;
    59   structure OuterParse = OuterParse;
    58   structure Toplevel = Toplevel;
    60   structure Toplevel = Toplevel;
    59   structure Session = Session;
    61   structure Session = Session;