wenzelm [Mon, 05 Jul 2010 20:36:39 +0200] rev 37711
async_state: report within proper transaction context;
haftmann [Mon, 05 Jul 2010 14:35:00 +0200] rev 37710
merged
haftmann [Mon, 05 Jul 2010 14:34:28 +0200] rev 37709
simplified representation of monad type
wenzelm [Mon, 05 Jul 2010 11:25:06 +0200] rev 37708
attempt to reconstruct missing HOL/Codegenerator_Test/ROOT.ML;
wenzelm [Mon, 05 Jul 2010 10:47:39 +0200] rev 37707
merged
haftmann [Mon, 05 Jul 2010 10:42:27 +0200] rev 37706
updated document
haftmann [Mon, 05 Jul 2010 10:39:49 +0200] rev 37705
dropped passed irregular names
blanchet [Sat, 03 Jul 2010 00:50:35 +0200] rev 37704
adapt Nitpick to "prod_case" and "*" -> "sum" renaming;
the code in "Nitpick_Preproc", which sorted the types using "typ_ord", was wrong and evil; it seems to have worked only because "*" was called "*"
blanchet [Sat, 03 Jul 2010 00:49:12 +0200] rev 37703
remove needless signature entry
haftmann [Fri, 02 Jul 2010 17:27:44 +0200] rev 37702
references to ghc and ocaml
haftmann [Fri, 02 Jul 2010 17:27:44 +0200] rev 37701
explicit code_datatype declaration prevents multiple instantiations later on
haftmann [Fri, 02 Jul 2010 16:50:53 +0200] rev 37700
refrain from using datatype declaration -- opens chance for quickcheck later on
haftmann [Fri, 02 Jul 2010 16:50:52 +0200] rev 37699
tuned proof
haftmann [Fri, 02 Jul 2010 16:20:56 +0200] rev 37698
reverted to verion from fc27be4c6b1c
haftmann [Fri, 02 Jul 2010 16:15:49 +0200] rev 37697
traceback for error messages
haftmann [Fri, 02 Jul 2010 16:10:59 +0200] rev 37696
accomodate for different behvaiour of nitpick (c.f. also 180e80b4eac1)
haftmann [Fri, 02 Jul 2010 14:23:18 +0200] rev 37695
introduced distinct session HOL-Codegenerator_Test
haftmann [Fri, 02 Jul 2010 14:23:17 +0200] rev 37694
tuned bootstrap files
haftmann [Fri, 02 Jul 2010 14:23:17 +0200] rev 37693
remove codegeneration-related theories from big library theory
haftmann [Fri, 02 Jul 2010 14:23:17 +0200] rev 37692
drop unconvenient code declarations
haftmann [Fri, 02 Jul 2010 14:23:16 +0200] rev 37691
build image for session HOL-Library; introduced distinct session HOL-Codegenerator_Test
wenzelm [Sun, 04 Jul 2010 21:01:22 +0200] rev 37690
general Future.report -- also for Toplevel.async_state;
wenzelm [Sun, 04 Jul 2010 00:05:32 +0200] rev 37689
simplified Isabelle_Process.Result: use markup directly;
wenzelm [Sat, 03 Jul 2010 23:24:36 +0200] rev 37688
run_command: actually observe "print" flag;
wenzelm [Sat, 03 Jul 2010 22:33:10 +0200] rev 37687
Toplevel.run_command: asynchronous state output, as an attempt to address potentially slow pretty printing (e.g. in HOL/Bali);
wenzelm [Sat, 03 Jul 2010 20:36:30 +0200] rev 37686
more precise timing;
wenzelm [Sat, 03 Jul 2010 20:20:13 +0200] rev 37685
more efficient document model/view -- avoid repeated iteration over commands from start, prefer bulk operations;
misc tuning;
wenzelm [Fri, 02 Jul 2010 21:48:54 +0200] rev 37684
standard argument order;
tuned;
wenzelm [Fri, 02 Jul 2010 21:41:06 +0200] rev 37683
do not open auxiliary ML structures;
misc tuning;
wenzelm [Fri, 02 Jul 2010 20:44:17 +0200] rev 37682
tuned white space;