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;
structure ROOT =
struct
structure Codegen =
struct
fun double_inc k =
IntInf.+ ((IntInf.* ((2 : IntInf.int), k)), (1 : IntInf.int));
end; (*struct Codegen*)
end; (*struct ROOT*)