renamed Isar/isar_output.ML to Thy/thy_output.ML;
tuned messages;
Antiquote.scan_arguments (moved from here);
moved ML context stuff to from Context to ML_Context;
(* Title: Admin/Benchmarks/HOL-datatype/ROOT.ML
ID: $Id$
Some rather large datatype examples (from John Harrison).
*)
val tests = ["Brackin", "Instructions", "SML", "Verilog"];
set timing;
warning "\nset quick_and_dirty\n"; set quick_and_dirty;
List.app time_use_thy tests;
warning "\nreset quick_and_dirty\n"; reset quick_and_dirty;
List.app remove_thy tests;
List.app time_use_thy tests;