haftmann [Fri, 21 May 2010 15:22:37 +0200] rev 37052
more lemmas about mappings, in particular keys
haftmann [Fri, 21 May 2010 15:22:36 +0200] rev 37051
refined
haftmann [Fri, 21 May 2010 11:50:34 +0200] rev 37050
nats in Haskell are readable
Cezary Kaliszyk <kaliszyk@in.tum.de> [Fri, 21 May 2010 10:40:59 +0200] rev 37049
Let rsp and prs in fun_rel/fun_map format
wenzelm [Fri, 21 May 2010 23:19:27 +0200] rev 37048
tuned zoom_box;
tuned tooltips;
wenzelm [Fri, 21 May 2010 22:08:13 +0200] rev 37047
print calculation result in the context where the fact is actually defined -- proper externing;
misc tuning;
wenzelm [Fri, 21 May 2010 21:28:31 +0200] rev 37046
future_job: propagate current Position.thread_data to the forked job -- this is important to provide a default position, e.g. for parallelizied Goal.prove within a package (proper command transactions are wrapped via Toplevel.setmp_thread_position);
wenzelm [Fri, 21 May 2010 20:46:00 +0200] rev 37045
some message styling;
wenzelm [Fri, 21 May 2010 20:10:45 +0200] rev 37044
simplified message markup, using plain XML.Elem directly;
wenzelm [Fri, 21 May 2010 18:10:19 +0200] rev 37043
more robust Position.setmp_thread_data, independently of Output.debugging (essentially reverts f9ec18f7c0f6, which was motivated by clean exception_trace, but without transaction positions the Isabelle_Process protocol breaks down);