wenzelm [Thu, 15 Apr 2010 15:38:58 +0200] rev 36148
spelling;
haftmann [Thu, 15 Apr 2010 12:27:14 +0200] rev 36147
theory RBT with abstract type of red-black trees backed by implementation RBT_Impl
wenzelm [Wed, 14 Apr 2010 22:18:10 +0200] rev 36146
tuned whitespace;
wenzelm [Wed, 14 Apr 2010 22:13:28 +0200] rev 36145
merged
blanchet [Wed, 14 Apr 2010 21:22:48 +0200] rev 36144
merged
blanchet [Wed, 14 Apr 2010 21:22:13 +0200] rev 36143
added "overlord" option (to get easy access to output files for debugging) + systematically use "raw_goal" rather than an inconsistent mixture
blanchet [Wed, 14 Apr 2010 18:23:51 +0200] rev 36142
make Sledgehammer "minimize" output less confusing + round up (not down) time limits to nearest second
blanchet [Wed, 14 Apr 2010 17:10:16 +0200] rev 36141
make Sledgehammer's "timeout" option work for "minimize"
blanchet [Wed, 14 Apr 2010 16:50:25 +0200] rev 36140
fixed handling of "sledgehammer_params" that get a default value from Isabelle menu;
and added "atp" as alias for "atps"
hoelzl [Wed, 14 Apr 2010 19:46:36 +0200] rev 36139
Spelling error: theroems -> theorems
krauss [Wed, 14 Apr 2010 17:50:22 +0200] rev 36138
advertise [rename_abs] attribute in LaTeXsugar -- wish I had known about this earier.
krauss [Wed, 14 Apr 2010 16:15:19 +0200] rev 36137
record package: corrected sort handling in type translations to avoid crashes when default sort is changed.
Test case:
record 'a T = elem :: 'a
defaultsort order
term elem (* low-level exception *)
wenzelm [Wed, 14 Apr 2010 22:08:47 +0200] rev 36136
more precise treatment of UNC server prefix, e.g. //foo;
wenzelm [Wed, 14 Apr 2010 22:07:01 +0200] rev 36135
support named_root, which approximates UNC server prefix (for Cygwin);
tuned representation: reversed elements;
misc simplification and cleanup;