src/Pure/ML/ml_file.ML
changeset 73761 ef1a18e20ace
parent 72747 5f9d66155081
child 78035 bd5f6cee8001
equal deleted inserted replaced
73760:f4be1b0d7a51 73761:ef1a18e20ace
    19   let
    19   let
    20     val file = get_file (Context.theory_of gthy);
    20     val file = get_file (Context.theory_of gthy);
    21     val provide = Resources.provide_file file;
    21     val provide = Resources.provide_file file;
    22     val source = Token.file_source file;
    22     val source = Token.file_source file;
    23 
    23 
    24     val _ = Thy_Output.check_comments (Context.proof_of gthy) (Input.source_explode source);
    24     val _ = Document_Output.check_comments (Context.proof_of gthy) (Input.source_explode source);
    25 
    25 
    26     val flags: ML_Compiler.flags =
    26     val flags: ML_Compiler.flags =
    27       {environment = environment, redirect = true, verbose = true,
    27       {environment = environment, redirect = true, verbose = true,
    28         debug = debug, writeln = writeln, warning = warning};
    28         debug = debug, writeln = writeln, warning = warning};
    29   in
    29   in