src/Pure/Tools/build.ML
changeset 62666 00aff1da05ae
parent 62630 bc772694cfbd
child 62713 c18a68a3a1f1
equal deleted inserted replaced
62665:a78ce0c6e191 62666:00aff1da05ae
   120         " (undefined " ^ commas conds ^ ")\n")
   120         " (undefined " ^ commas conds ^ ")\n")
   121   end;
   121   end;
   122 
   122 
   123 fun build args_file =
   123 fun build args_file =
   124   let
   124   let
   125     val _ = SHA1_Samples.test ();
   125     val _ = SHA1.test_samples ();
   126 
   126 
   127     val (symbol_codes, (command_timings, (do_output, (verbose, (browser_info,
   127     val (symbol_codes, (command_timings, (do_output, (verbose, (browser_info,
   128           (document_files, (graph_file, (parent_name, (chapter, (name, theories)))))))))) =
   128           (document_files, (graph_file, (parent_name, (chapter, (name, theories)))))))))) =
   129       File.read (Path.explode args_file) |> YXML.parse_body |>
   129       File.read (Path.explode args_file) |> YXML.parse_body |>
   130         let open XML.Decode in
   130         let open XML.Decode in