src/Pure/Isar/ROOT.ML
changeset 6242 3d75f5a99f60
parent 5951 e98c900540f9
child 6346 643a1bd31a91
equal deleted inserted replaced
6241:d3c6184ca6c5 6242:3d75f5a99f60
    18 use "outer_parse.ML";
    18 use "outer_parse.ML";
    19 
    19 
    20 (*interactive subsystem*)
    20 (*interactive subsystem*)
    21 use "proof_history.ML";
    21 use "proof_history.ML";
    22 use "toplevel.ML";
    22 use "toplevel.ML";
    23 use "outer_syntax.ML";
       
    24 
    23 
    25 (*theory operations and syntax*)
    24 (*theory operations*)
    26 use "isar_thy.ML";
    25 use "isar_thy.ML";
    27 use "isar_cmd.ML";
    26 use "isar_cmd.ML";
       
    27 
       
    28 (*theory syntax*)
       
    29 use "outer_syntax.ML";
    28 use "isar_syn.ML";
    30 use "isar_syn.ML";
    29 
    31 
    30 (*main interface*)
    32 (*main ML interface*)
    31 use "isar.ML";
    33 use "isar.ML";
    32 
    34 
    33 structure PureIsar =
    35 structure PureIsar =
    34 struct
    36 struct
    35   structure ProofContext = ProofContext;
    37   structure ProofContext = ProofContext;