Mon, 25 Jun 2012 16:03:14 +0200 adding set comprehension simproc to code generation's preprocessing to generate code for some set comprehensions;
bulwahn [Mon, 25 Jun 2012 16:03:14 +0200] rev 48122
adding set comprehension simproc to code generation's preprocessing to generate code for some set comprehensions; noting further steps with FIXME
Mon, 25 Jun 2012 14:21:32 +0200 removed obsolete Admin material, which was for E 1.0-004 from 2009;
wenzelm [Mon, 25 Jun 2012 14:21:32 +0200] rev 48121
removed obsolete Admin material, which was for E 1.0-004 from 2009;
Mon, 25 Jun 2012 11:07:51 +0200 updated "isar-ref" manual, reduced remaining material in "ref" manual.
wenzelm [Mon, 25 Jun 2012 11:07:51 +0200] rev 48120
updated "isar-ref" manual, reduced remaining material in "ref" manual.
Wed, 20 Jun 2012 21:18:35 +0200 cover @{class_syntax}, @{type_syntax}, @{const_syntax}, @{syntax_const} in isar-ref, in contrast to other ML antiquotations in implementation manual;
wenzelm [Wed, 20 Jun 2012 21:18:35 +0200] rev 48119
cover @{class_syntax}, @{type_syntax}, @{const_syntax}, @{syntax_const} in isar-ref, in contrast to other ML antiquotations in implementation manual;
Wed, 20 Jun 2012 20:50:04 +0200 more on "Syntax translation functions";
wenzelm [Wed, 20 Jun 2012 20:50:04 +0200] rev 48118
more on "Syntax translation functions";
Tue, 19 Jun 2012 22:06:08 +0200 more on "Applying translation rules";
wenzelm [Tue, 19 Jun 2012 22:06:08 +0200] rev 48117
more on "Applying translation rules";
Tue, 19 Jun 2012 20:51:15 +0200 discontinued slightly anochronistic examples;
wenzelm [Tue, 19 Jun 2012 20:51:15 +0200] rev 48116
discontinued slightly anochronistic examples;
Tue, 19 Jun 2012 20:43:09 +0200 more on syntax translations;
wenzelm [Tue, 19 Jun 2012 20:43:09 +0200] rev 48115
more on syntax translations;
Mon, 18 Jun 2012 21:17:34 +0200 more on "Abstract syntax trees";
wenzelm [Mon, 18 Jun 2012 21:17:34 +0200] rev 48114
more on "Abstract syntax trees";
Mon, 18 Jun 2012 16:30:20 +0200 more explicit section "Syntax transformations";
wenzelm [Mon, 18 Jun 2012 16:30:20 +0200] rev 48113
more explicit section "Syntax transformations";
Fri, 22 Jun 2012 15:03:41 +0200 avoid duplicate simp rules in norm_arith tactic
huffman [Fri, 22 Jun 2012 15:03:41 +0200] rev 48112
avoid duplicate simp rules in norm_arith tactic
Thu, 21 Jun 2012 13:51:44 +0200 NEWS and CONTRIBUTORS
bulwahn [Thu, 21 Jun 2012 13:51:44 +0200] rev 48111
NEWS and CONTRIBUTORS
Thu, 21 Jun 2012 12:33:27 +0200 merged
bulwahn [Thu, 21 Jun 2012 12:33:27 +0200] rev 48110
merged
Wed, 20 Jun 2012 16:54:08 +0200 Integrated set comprehension pointfree simproc.
Rafal Kolanski <rafal.kolanski@nicta.com.au> [Wed, 20 Jun 2012 16:54:08 +0200] rev 48109
Integrated set comprehension pointfree simproc.
Tue, 19 Jun 2012 11:16:41 +0200 Improved tactic for rewriting set comprehensions into pointfree form.
Rafal Kolanski <rafal.kolanski@nicta.com.au> [Tue, 19 Jun 2012 11:16:41 +0200] rev 48108
Improved tactic for rewriting set comprehensions into pointfree form. Currently the simproc targets a term with an arbitrary number of conjuncts of form "x : S". The tactic should now handle all cases of this form.
Tue, 19 Jun 2012 11:18:09 +0200 Updated comment to reflect current state.
Rafal Kolanski <rafal.kolanski@nicta.com.au> [Tue, 19 Jun 2012 11:18:09 +0200] rev 48107
Updated comment to reflect current state.
Sun, 17 Jun 2012 20:38:12 +0200 clarifying comment
haftmann [Sun, 17 Jun 2012 20:38:12 +0200] rev 48106
clarifying comment
Mon, 18 Jun 2012 17:50:06 +0200 sound monotonicity inference in the presence of "aggressive" helpers
blanchet [Mon, 18 Jun 2012 17:50:06 +0200] rev 48105
sound monotonicity inference in the presence of "aggressive" helpers
Mon, 18 Jun 2012 17:50:06 +0200 less confusing error message
blanchet [Mon, 18 Jun 2012 17:50:06 +0200] rev 48104
less confusing error message
Mon, 18 Jun 2012 17:50:06 +0200 removed dead code
blanchet [Mon, 18 Jun 2012 17:50:06 +0200] rev 48103
removed dead code
Mon, 18 Jun 2012 15:48:43 +0200 class target handles additional non-class term parameters appropriately
haftmann [Mon, 18 Jun 2012 15:48:43 +0200] rev 48102
class target handles additional non-class term parameters appropriately
Tue, 12 Jun 2012 15:32:14 +0200 merged
Andreas Lochbihler [Tue, 12 Jun 2012 15:32:14 +0200] rev 48101
merged
Tue, 12 Jun 2012 15:31:53 +0200 add lemma to FinFun
Andreas Lochbihler [Tue, 12 Jun 2012 15:31:53 +0200] rev 48100
add lemma to FinFun
Wed, 06 Jun 2012 21:36:21 +0200 fun command: produce hard failure when equations do not contribute to the specification (i.e., are covered by preceding clauses), to avoid confusing inexperienced users
krauss [Wed, 06 Jun 2012 21:36:21 +0200] rev 48099
fun command: produce hard failure when equations do not contribute to the specification (i.e., are covered by preceding clauses), to avoid confusing inexperienced users
Wed, 06 Jun 2012 10:35:05 +0200 tweak Metis example to avoid glitch in proof reconstruction with a few guard-based, type-argument-less encodings
blanchet [Wed, 06 Jun 2012 10:35:05 +0200] rev 48098
tweak Metis example to avoid glitch in proof reconstruction with a few guard-based, type-argument-less encodings
Wed, 06 Jun 2012 10:35:05 +0200 pass more facts to LEO-II, in the light of latest evaluation
blanchet [Wed, 06 Jun 2012 10:35:05 +0200] rev 48097
pass more facts to LEO-II, in the light of latest evaluation
Wed, 06 Jun 2012 10:35:05 +0200 prevent an "Empty" exception (e.g. with Satallax, "mono_native")
blanchet [Wed, 06 Jun 2012 10:35:05 +0200] rev 48096
prevent an "Empty" exception (e.g. with Satallax, "mono_native")
Wed, 06 Jun 2012 10:35:05 +0200 tuning terminology
blanchet [Wed, 06 Jun 2012 10:35:05 +0200] rev 48095
tuning terminology
Wed, 06 Jun 2012 10:35:05 +0200 updated NEWS
blanchet [Wed, 06 Jun 2012 10:35:05 +0200] rev 48094
updated NEWS
Wed, 06 Jun 2012 10:35:05 +0200 updated docs
blanchet [Wed, 06 Jun 2012 10:35:05 +0200] rev 48093
updated docs
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip