Sun, 26 May 2013 14:02:03 +0200 disable SPASS's splitting if Isar proofs are desired, because these are not handled by the proof reconstruction code (and it's not clear how to handle them considering the lack of documentation)
blanchet [Sun, 26 May 2013 14:02:03 +0200] rev 52151
disable SPASS's splitting if Isar proofs are desired, because these are not handled by the proof reconstruction code (and it's not clear how to handle them considering the lack of documentation)
Sun, 26 May 2013 12:56:37 +0200 handle lambda-lifted problems in Isar construction code
blanchet [Sun, 26 May 2013 12:56:37 +0200] rev 52150
handle lambda-lifted problems in Isar construction code
Sun, 26 May 2013 11:56:55 +0200 simpler proof through custom summation function
nipkow [Sun, 26 May 2013 11:56:55 +0200] rev 52149
simpler proof through custom summation function
Sat, 25 May 2013 18:30:38 +0200 merged
wenzelm [Sat, 25 May 2013 18:30:38 +0200] rev 52148
merged
Sat, 25 May 2013 17:40:44 +0200 tuned;
wenzelm [Sat, 25 May 2013 17:40:44 +0200] rev 52147
tuned;
Sat, 25 May 2013 17:13:34 +0200 tuned;
wenzelm [Sat, 25 May 2013 17:13:34 +0200] rev 52146
tuned;
Sat, 25 May 2013 17:08:43 +0200 tuned;
wenzelm [Sat, 25 May 2013 17:08:43 +0200] rev 52145
tuned;
Sat, 25 May 2013 16:55:27 +0200 tuned;
wenzelm [Sat, 25 May 2013 16:55:27 +0200] rev 52144
tuned;
Sat, 25 May 2013 15:37:53 +0200 syntax translations always depend on context;
wenzelm [Sat, 25 May 2013 15:37:53 +0200] rev 52143
syntax translations always depend on context;
Sat, 25 May 2013 15:00:53 +0200 updated keywords;
wenzelm [Sat, 25 May 2013 15:00:53 +0200] rev 52142
updated keywords;
Sat, 25 May 2013 15:44:29 +0200 weaker precendence of syntax for big intersection and union on sets
haftmann [Sat, 25 May 2013 15:44:29 +0200] rev 52141
weaker precendence of syntax for big intersection and union on sets
Sat, 25 May 2013 15:44:08 +0200 tuned structure
haftmann [Sat, 25 May 2013 15:44:08 +0200] rev 52140
tuned structure
Sat, 25 May 2013 13:59:08 +0200 add lemma
noschinl [Sat, 25 May 2013 13:59:08 +0200] rev 52139
add lemma
Fri, 24 May 2013 23:57:24 +0200 bookkeeping and input syntax for exact specification of names of symbols in generated code
haftmann [Fri, 24 May 2013 23:57:24 +0200] rev 52138
bookkeeping and input syntax for exact specification of names of symbols in generated code
Fri, 24 May 2013 23:57:24 +0200 use generic data for code symbols for unified "code_printing" syntax for custom serialisations
haftmann [Fri, 24 May 2013 23:57:24 +0200] rev 52137
use generic data for code symbols for unified "code_printing" syntax for custom serialisations
Fri, 24 May 2013 23:57:24 +0200 dedicated module for code symbol data
haftmann [Fri, 24 May 2013 23:57:24 +0200] rev 52136
dedicated module for code symbol data
Fri, 24 May 2013 23:57:24 +0200 symbol data covers class relations also
haftmann [Fri, 24 May 2013 23:57:24 +0200] rev 52135
symbol data covers class relations also
Fri, 24 May 2013 22:07:01 +0200 merged
wenzelm [Fri, 24 May 2013 22:07:01 +0200] rev 52134
merged
Fri, 24 May 2013 17:14:06 +0200 proper internal error, not user error;
wenzelm [Fri, 24 May 2013 17:14:06 +0200] rev 52133
proper internal error, not user error;
Fri, 24 May 2013 17:04:04 +0200 tuned;
wenzelm [Fri, 24 May 2013 17:04:04 +0200] rev 52132
tuned;
Fri, 24 May 2013 17:00:46 +0200 tuned signature;
wenzelm [Fri, 24 May 2013 17:00:46 +0200] rev 52131
tuned signature;
Fri, 24 May 2013 16:42:57 +0200 tuned;
wenzelm [Fri, 24 May 2013 16:42:57 +0200] rev 52130
tuned;
Fri, 24 May 2013 15:32:02 +0200 unify types of bound variables in the same manner as Unify.new_dpair (which emphatically "Tries to unify types of the bound variables!");
wenzelm [Fri, 24 May 2013 15:32:02 +0200] rev 52129
unify types of bound variables in the same manner as Unify.new_dpair (which emphatically "Tries to unify types of the bound variables!");
Fri, 24 May 2013 15:13:25 +0200 tuned signature -- slightly more general operations (cf. term.ML);
wenzelm [Fri, 24 May 2013 15:13:25 +0200] rev 52128
tuned signature -- slightly more general operations (cf. term.ML);
Fri, 24 May 2013 14:31:44 +0200 re-use Pattern.unify_types, including its trace_unify_fail option;
wenzelm [Fri, 24 May 2013 14:31:44 +0200] rev 52127
re-use Pattern.unify_types, including its trace_unify_fail option;
Fri, 24 May 2013 14:00:10 +0200 tuned signature;
wenzelm [Fri, 24 May 2013 14:00:10 +0200] rev 52126
tuned signature; tuned comments;
Fri, 24 May 2013 16:43:37 +0200 improved handling of free variables' types in Isar proofs
blanchet [Fri, 24 May 2013 16:43:37 +0200] rev 52125
improved handling of free variables' types in Isar proofs
Fri, 24 May 2013 11:08:25 +0200 pass noninteractive flag -- necessary to run under CASC's "runsolver" program
blanchet [Fri, 24 May 2013 11:08:25 +0200] rev 52124
pass noninteractive flag -- necessary to run under CASC's "runsolver" program
Fri, 24 May 2013 11:08:22 +0200 untabify
blanchet [Fri, 24 May 2013 11:08:22 +0200] rev 52123
untabify
Thu, 23 May 2013 14:22:49 +0200 more lemmas for sorted_list_of_set
noschinl [Thu, 23 May 2013 14:22:49 +0200] rev 52122
more lemmas for sorted_list_of_set
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip