boehmes [Thu, 27 May 2010 16:30:26 +0200] rev 37154
merged
boehmes [Thu, 27 May 2010 16:29:33 +0200] rev 37153
renamed constant "apply" to "fun_app" (which is closer to the related "fun_upd")
boehmes [Thu, 27 May 2010 14:58:45 +0200] rev 37152
made script executable
boehmes [Thu, 27 May 2010 14:55:53 +0200] rev 37151
use Z3's builtin support for div and mod
boehmes [Thu, 27 May 2010 14:54:13 +0200] rev 37150
moved SMT into the HOL image
wenzelm [Thu, 27 May 2010 21:36:38 +0200] rev 37149
slightly odd workaround to ignore markup that is typically displaced;
wenzelm [Thu, 27 May 2010 21:14:53 +0200] rev 37148
substantial performance improvement by avoiding "re-ified" execution structure via future dependencies, instead use singleton execution (dummy future) that forces lazy state updates bottom-up;
tuned;
wenzelm [Thu, 27 May 2010 20:15:36 +0200] rev 37147
further formal thread-safety (follow-up to 88300168baf8) -- in practice there is only a single Isar toplevel loop, but this is not enforced;
wenzelm [Thu, 27 May 2010 18:10:37 +0200] rev 37146
renamed structure PrintMode to Print_Mode, keeping the old name as legacy alias for some time;
wenzelm [Thu, 27 May 2010 17:41:27 +0200] rev 37145
renamed structure TypeInfer to Type_Infer, keeping the old name as legacy alias for some time;
wenzelm [Thu, 27 May 2010 15:28:23 +0200] rev 37144
misc updates for release;
wenzelm [Thu, 27 May 2010 15:15:20 +0200] rev 37143
constant Rat.normalize needs to be qualified;