Fri, 07 Sep 2012 08:20:18 +0200 combinator Option.these
haftmann [Fri, 07 Sep 2012 08:20:18 +0200] rev 49189
combinator Option.these
Fri, 07 Sep 2012 07:20:55 +0200 adjusted examples
nipkow [Fri, 07 Sep 2012 07:20:55 +0200] rev 49188
adjusted examples
Thu, 06 Sep 2012 08:59:50 -0700 countable_datatype method: pre-instantiate induction rule to avoid failure with e.g. datatype a = A "b list" and b = B "a"
huffman [Thu, 06 Sep 2012 08:59:50 -0700] rev 49187
countable_datatype method: pre-instantiate induction rule to avoid failure with e.g. datatype a = A "b list" and b = B "a"
Thu, 06 Sep 2012 17:12:24 +0200 handle type constructors not known to be a BNF using the DEADID BNF
traytel [Thu, 06 Sep 2012 17:12:24 +0200] rev 49186
handle type constructors not known to be a BNF using the DEADID BNF
Thu, 06 Sep 2012 16:06:22 +0200 respect order of/additional type variables supplied by the user in fixed point constructions;
traytel [Thu, 06 Sep 2012 16:06:22 +0200] rev 49185
respect order of/additional type variables supplied by the user in fixed point constructions;
Thu, 06 Sep 2012 12:21:33 +0200 gracefully handle shadowing case (fourth step of sugar localization)
blanchet [Thu, 06 Sep 2012 12:21:33 +0200] rev 49184
gracefully handle shadowing case (fourth step of sugar localization)
Thu, 06 Sep 2012 12:14:40 +0200 careful about constructor types w.r.t. fake context (third step of localization)
blanchet [Thu, 06 Sep 2012 12:14:40 +0200] rev 49183
careful about constructor types w.r.t. fake context (third step of localization)
Thu, 06 Sep 2012 12:04:40 +0200 read the real types off the constant types, rather than using the fake parser types (second step of sugar localization)
blanchet [Thu, 06 Sep 2012 12:04:40 +0200] rev 49182
read the real types off the constant types, rather than using the fake parser types (second step of sugar localization)
Thu, 06 Sep 2012 11:57:36 +0200 tuning
blanchet [Thu, 06 Sep 2012 11:57:36 +0200] rev 49181
tuning
Thu, 06 Sep 2012 11:55:23 +0200 use "add_type" rather than "add_types_global"
blanchet [Thu, 06 Sep 2012 11:55:23 +0200] rev 49180
use "add_type" rather than "add_types_global"
Thu, 06 Sep 2012 11:51:19 +0200 don't throw away the context when hacking the theory (first step to localize the sugar code)
blanchet [Thu, 06 Sep 2012 11:51:19 +0200] rev 49179
don't throw away the context when hacking the theory (first step to localize the sugar code)
Thu, 06 Sep 2012 11:46:08 +0200 tuning
blanchet [Thu, 06 Sep 2012 11:46:08 +0200] rev 49178
tuning
Thu, 06 Sep 2012 11:34:05 +0200 introduced and used "mk_Freesss", and simplified "mk_Freess(')"
blanchet [Thu, 06 Sep 2012 11:34:05 +0200] rev 49177
introduced and used "mk_Freesss", and simplified "mk_Freess(')"
Thu, 06 Sep 2012 02:56:21 +0200 construct high-level iterator RHS
blanchet [Thu, 06 Sep 2012 02:56:21 +0200] rev 49176
construct high-level iterator RHS
Thu, 06 Sep 2012 01:37:24 +0200 option for discarding build results, enabled in particular for Isabelle_makeall
krauss [Thu, 06 Sep 2012 01:37:24 +0200] rev 49175
option for discarding build results, enabled in particular for Isabelle_makeall
Wed, 05 Sep 2012 23:59:44 +0200 by default, only generate one discriminator for a two-value datatype
blanchet [Wed, 05 Sep 2012 23:59:44 +0200] rev 49174
by default, only generate one discriminator for a two-value datatype
Wed, 05 Sep 2012 20:54:40 +0200 eliminated potentially confusing terminology of Scala "layer";
wenzelm [Wed, 05 Sep 2012 20:54:40 +0200] rev 49173
eliminated potentially confusing terminology of Scala "layer";
Wed, 05 Sep 2012 20:36:13 +0200 merged
wenzelm [Wed, 05 Sep 2012 20:36:13 +0200] rev 49172
merged
Wed, 05 Sep 2012 20:19:37 +0200 tuned proofs;
wenzelm [Wed, 05 Sep 2012 20:19:37 +0200] rev 49171
tuned proofs;
Wed, 05 Sep 2012 19:51:00 +0200 discontinued obsolete fork_mono to loosen some brakes -- NB: TTY interaction has Goal.future_proofs disabled due to missing Future.worker_task;
wenzelm [Wed, 05 Sep 2012 19:51:00 +0200] rev 49170
discontinued obsolete fork_mono to loosen some brakes -- NB: TTY interaction has Goal.future_proofs disabled due to missing Future.worker_task;
Wed, 05 Sep 2012 19:58:09 +0200 honor mixfix specifications
blanchet [Wed, 05 Sep 2012 19:58:09 +0200] rev 49169
honor mixfix specifications
Wed, 05 Sep 2012 19:57:50 +0200 code indentation
blanchet [Wed, 05 Sep 2012 19:57:50 +0200] rev 49168
code indentation
Wed, 05 Sep 2012 16:17:53 +0200 print timing information
blanchet [Wed, 05 Sep 2012 16:17:53 +0200] rev 49167
print timing information
Wed, 05 Sep 2012 16:07:39 +0200 adapted example
blanchet [Wed, 05 Sep 2012 16:07:39 +0200] rev 49166
adapted example
Wed, 05 Sep 2012 16:00:53 +0200 check type variables on rhs
blanchet [Wed, 05 Sep 2012 16:00:53 +0200] rev 49165
check type variables on rhs
Wed, 05 Sep 2012 17:12:40 +0200 proper subsexp projection of Isabelle_Markup.Path, in correspondence to 5d0cd770828e;
wenzelm [Wed, 05 Sep 2012 17:12:40 +0200] rev 49164
proper subsexp projection of Isabelle_Markup.Path, in correspondence to 5d0cd770828e;
Wed, 05 Sep 2012 16:53:46 +0200 added tooltip to reveal jEdit platform file name;
wenzelm [Wed, 05 Sep 2012 16:53:46 +0200] rev 49163
added tooltip to reveal jEdit platform file name;
Wed, 05 Sep 2012 15:53:31 +0200 commented out slow examples again
blanchet [Wed, 05 Sep 2012 15:53:31 +0200] rev 49162
commented out slow examples again
Wed, 05 Sep 2012 15:40:29 +0200 fixed (n + 1)st bug in "mk_exhaust_tac" -- arose with uncurried constructors
blanchet [Wed, 05 Sep 2012 15:40:29 +0200] rev 49161
fixed (n + 1)st bug in "mk_exhaust_tac" -- arose with uncurried constructors
Wed, 05 Sep 2012 15:40:28 +0200 fixed "mk_exhaust_tac" for the nth time
blanchet [Wed, 05 Sep 2012 15:40:28 +0200] rev 49160
fixed "mk_exhaust_tac" for the nth time
Wed, 05 Sep 2012 15:40:26 +0200 updated README
blanchet [Wed, 05 Sep 2012 15:40:26 +0200] rev 49159
updated README
Wed, 05 Sep 2012 15:40:26 +0200 ported "Misc_Codata" to new syntax
blanchet [Wed, 05 Sep 2012 15:40:26 +0200] rev 49158
ported "Misc_Codata" to new syntax
Wed, 05 Sep 2012 15:40:13 +0200 ported "Misc_Data" to new syntax
blanchet [Wed, 05 Sep 2012 15:40:13 +0200] rev 49157
ported "Misc_Data" to new syntax
Wed, 05 Sep 2012 15:22:37 +0200 error message only in case of an error
traytel [Wed, 05 Sep 2012 15:22:37 +0200] rev 49156
error message only in case of an error
Wed, 05 Sep 2012 14:49:35 +0200 do not trivialize important internal theorem in quick_and_dirty mode
traytel [Wed, 05 Sep 2012 14:49:35 +0200] rev 49155
do not trivialize important internal theorem in quick_and_dirty mode
Wed, 05 Sep 2012 13:44:03 +0200 merged
wenzelm [Wed, 05 Sep 2012 13:44:03 +0200] rev 49154
merged
Wed, 05 Sep 2012 11:37:22 +0200 made "mk_case_eq_tac" work in the case where the first constructor is an "alternate" constructor (in which case its discriminator paradoxically starts with a negation)
blanchet [Wed, 05 Sep 2012 11:37:22 +0200] rev 49153
made "mk_case_eq_tac" work in the case where the first constructor is an "alternate" constructor (in which case its discriminator paradoxically starts with a negation)
Wed, 05 Sep 2012 11:18:48 +0200 tuning (systematic 1-based indices)
blanchet [Wed, 05 Sep 2012 11:18:48 +0200] rev 49152
tuning (systematic 1-based indices)
Wed, 05 Sep 2012 11:16:34 +0200 reindented code
blanchet [Wed, 05 Sep 2012 11:16:34 +0200] rev 49151
reindented code
Wed, 05 Sep 2012 11:11:26 +0200 added TODO
blanchet [Wed, 05 Sep 2012 11:11:26 +0200] rev 49150
added TODO
Wed, 05 Sep 2012 11:08:18 +0200 tell "select_prem_tac" not to thin any further premisses -- the "rotate_tac" otherwise confuses it
blanchet [Wed, 05 Sep 2012 11:08:18 +0200] rev 49149
tell "select_prem_tac" not to thin any further premisses -- the "rotate_tac" otherwise confuses it
Wed, 05 Sep 2012 11:08:18 +0200 fixed "mk_alternate_disc_def_tac" in the case where the constructors are swapped compared with the common Nil/Cons case
blanchet [Wed, 05 Sep 2012 11:08:18 +0200] rev 49148
fixed "mk_alternate_disc_def_tac" in the case where the constructors are swapped compared with the common Nil/Cons case
Wed, 05 Sep 2012 11:08:18 +0200 don't get confused by extraneous premisses
blanchet [Wed, 05 Sep 2012 11:08:18 +0200] rev 49147
don't get confused by extraneous premisses
Wed, 05 Sep 2012 11:08:18 +0200 added a check
blanchet [Wed, 05 Sep 2012 11:08:18 +0200] rev 49146
added a check
Tue, 04 Sep 2012 13:06:28 +0900 NEWS; CONTRIBUTORS
Christian Sternagel [Tue, 04 Sep 2012 13:06:28 +0900] rev 49145
NEWS; CONTRIBUTORS
Wed, 05 Sep 2012 13:02:25 +0200 misc tuning;
wenzelm [Wed, 05 Sep 2012 13:02:25 +0200] rev 49144
misc tuning;
Wed, 05 Sep 2012 11:19:01 +0200 no need to wait 3h on macbroy30 (unlike former macbroy6, cf. 6e5b994070c1);
wenzelm [Wed, 05 Sep 2012 11:19:01 +0200] rev 49143
no need to wait 3h on macbroy30 (unlike former macbroy6, cf. 6e5b994070c1);
Wed, 05 Sep 2012 10:53:51 +0200 more conservative rechecking of processed constraints in subtyping constraint simplification
traytel [Wed, 05 Sep 2012 10:53:51 +0200] rev 49142
more conservative rechecking of processed constraints in subtyping constraint simplification
(0) -30000 -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 +30000 tip