Thu, 15 Apr 2010 18:21:05 -0700 add rule deflation_ID to proof script for take + constructor rules
huffman [Thu, 15 Apr 2010 18:21:05 -0700] rev 36160
add rule deflation_ID to proof script for take + constructor rules
Thu, 15 Apr 2010 21:24:00 +0200 more robust record syntax: use Type.raw_match to ignore sort constraints as in regular abbreviations (also note that constraints only affect operations, not types);
wenzelm [Thu, 15 Apr 2010 21:24:00 +0200] rev 36159
more robust record syntax: use Type.raw_match to ignore sort constraints as in regular abbreviations (also note that constraints only affect operations, not types);
Thu, 15 Apr 2010 20:56:04 +0200 HOL record: explicitly allow sort constraints;
wenzelm [Thu, 15 Apr 2010 20:56:04 +0200] rev 36158
HOL record: explicitly allow sort constraints;
Thu, 15 Apr 2010 20:37:27 +0200 misc tuning and simplification;
wenzelm [Thu, 15 Apr 2010 20:37:27 +0200] rev 36157
misc tuning and simplification;
Thu, 15 Apr 2010 20:31:21 +0200 explicit ProofContext.check_tfree;
wenzelm [Thu, 15 Apr 2010 20:31:21 +0200] rev 36156
explicit ProofContext.check_tfree;
Thu, 15 Apr 2010 18:13:25 +0200 merged
wenzelm [Thu, 15 Apr 2010 18:13:25 +0200] rev 36155
merged
Thu, 15 Apr 2010 16:55:12 +0200 Respectfullness and preservation of list_rel
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 15 Apr 2010 16:55:12 +0200] rev 36154
Respectfullness and preservation of list_rel
Thu, 15 Apr 2010 18:09:22 +0200 replaced slightly odd Typedecl.predeclare_constraints by plain declaration of type arguments -- also avoid "recursive" declaration of type constructor, which can cause problems with sequential definitions B.foo = A.foo;
wenzelm [Thu, 15 Apr 2010 18:09:22 +0200] rev 36153
replaced slightly odd Typedecl.predeclare_constraints by plain declaration of type arguments -- also avoid "recursive" declaration of type constructor, which can cause problems with sequential definitions B.foo = A.foo; simplified via ProofContext.check_tfree;
Thu, 15 Apr 2010 18:00:21 +0200 get_sort: suppress dummyS from input;
wenzelm [Thu, 15 Apr 2010 18:00:21 +0200] rev 36152
get_sort: suppress dummyS from input; added check_tvar, check_tfree convenience; tuned;
Thu, 15 Apr 2010 16:58:12 +0200 modernized treatment of sort constraints in specification;
wenzelm [Thu, 15 Apr 2010 16:58:12 +0200] rev 36151
modernized treatment of sort constraints in specification; pass-through type variables as usual as (string * sort) internally -- recovers proper sort handling;
Thu, 15 Apr 2010 16:55:49 +0200 typecopy: observe given sort constraints more precisely;
wenzelm [Thu, 15 Apr 2010 16:55:49 +0200] rev 36150
typecopy: observe given sort constraints more precisely;
Thu, 15 Apr 2010 15:39:50 +0200 inline old Record.read_typ/cert_typ;
wenzelm [Thu, 15 Apr 2010 15:39:50 +0200] rev 36149
inline old Record.read_typ/cert_typ; spelling;
Thu, 15 Apr 2010 15:38:58 +0200 spelling;
wenzelm [Thu, 15 Apr 2010 15:38:58 +0200] rev 36148
spelling;
Thu, 15 Apr 2010 12:27:14 +0200 theory RBT with abstract type of red-black trees backed by implementation RBT_Impl
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
Wed, 14 Apr 2010 22:18:10 +0200 tuned whitespace;
wenzelm [Wed, 14 Apr 2010 22:18:10 +0200] rev 36146
tuned whitespace;
Wed, 14 Apr 2010 22:13:28 +0200 merged
wenzelm [Wed, 14 Apr 2010 22:13:28 +0200] rev 36145
merged
Wed, 14 Apr 2010 21:22:48 +0200 merged
blanchet [Wed, 14 Apr 2010 21:22:48 +0200] rev 36144
merged
Wed, 14 Apr 2010 21:22:13 +0200 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 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
Wed, 14 Apr 2010 18:23:51 +0200 make Sledgehammer "minimize" output less confusing + round up (not down) time limits to nearest second
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
Wed, 14 Apr 2010 17:10:16 +0200 make Sledgehammer's "timeout" option work for "minimize"
blanchet [Wed, 14 Apr 2010 17:10:16 +0200] rev 36141
make Sledgehammer's "timeout" option work for "minimize"
Wed, 14 Apr 2010 16:50:25 +0200 fixed handling of "sledgehammer_params" that get a default value from Isabelle menu;
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"
Wed, 14 Apr 2010 19:46:36 +0200 Spelling error: theroems -> theorems
hoelzl [Wed, 14 Apr 2010 19:46:36 +0200] rev 36139
Spelling error: theroems -> theorems
Wed, 14 Apr 2010 17:50:22 +0200 advertise [rename_abs] attribute in LaTeXsugar -- wish I had known about this earier.
krauss [Wed, 14 Apr 2010 17:50:22 +0200] rev 36138
advertise [rename_abs] attribute in LaTeXsugar -- wish I had known about this earier.
Wed, 14 Apr 2010 16:15:19 +0200 record package: corrected sort handling in type translations to avoid crashes when default sort is changed.
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 *)
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip