Fri, 18 Dec 2009 20:13:23 -0800 generalize lemma add_minus_cancel, add lemma minus_add, simplify some proofs
huffman [Fri, 18 Dec 2009 20:13:23 -0800] rev 34147
generalize lemma add_minus_cancel, add lemma minus_add, simplify some proofs
Fri, 18 Dec 2009 19:00:11 -0800 rename equals_zero_I to minus_unique (keep old name too)
huffman [Fri, 18 Dec 2009 19:00:11 -0800] rev 34146
rename equals_zero_I to minus_unique (keep old name too)
Fri, 18 Dec 2009 18:48:27 -0800 add lemma swap_triple
huffman [Fri, 18 Dec 2009 18:48:27 -0800] rev 34145
add lemma swap_triple
Sun, 20 Dec 2009 18:02:13 +0100 improve performance by reordering of parser combinators;
wenzelm [Sun, 20 Dec 2009 18:02:13 +0100] rev 34144
improve performance by reordering of parser combinators;
Sun, 20 Dec 2009 17:47:59 +0100 added nested comments;
wenzelm [Sun, 20 Dec 2009 17:47:59 +0100] rev 34143
added nested comments; tuned;
Sun, 20 Dec 2009 15:44:29 +0100 more Scala sources;
wenzelm [Sun, 20 Dec 2009 15:44:29 +0100] rev 34142
more Scala sources;
Sun, 20 Dec 2009 15:44:07 +0100 simiplified result of keyword parser (again);
wenzelm [Sun, 20 Dec 2009 15:44:07 +0100] rev 34141
simiplified result of keyword parser (again); sort completions by plain string order; moved Reverse to library.scala;
Sun, 20 Dec 2009 15:42:40 +0100 simplified result of keyword and symbols parser;
wenzelm [Sun, 20 Dec 2009 15:42:40 +0100] rev 34140
simplified result of keyword and symbols parser; some support for parsing outer syntax tokens;
Sun, 20 Dec 2009 15:42:12 +0100 Outer lexical syntax for Isabelle/Isar -- Scala version.
wenzelm [Sun, 20 Dec 2009 15:42:12 +0100] rev 34139
Outer lexical syntax for Isabelle/Isar -- Scala version.
Sun, 20 Dec 2009 15:41:57 +0100 refined some Symbol operations/signatures;
wenzelm [Sun, 20 Dec 2009 15:41:57 +0100] rev 34138
refined some Symbol operations/signatures; tuned;
Sat, 19 Dec 2009 16:51:32 +0100 refined some Symbol operations/signatures;
wenzelm [Sat, 19 Dec 2009 16:51:32 +0100] rev 34137
refined some Symbol operations/signatures; added Symbol.Matcher; flexible Scan.Lexicon.symbols, with one/many/many1 variants;
Sat, 19 Dec 2009 16:02:26 +0100 added basic library -- Scala version;
wenzelm [Sat, 19 Dec 2009 16:02:26 +0100] rev 34136
added basic library -- Scala version; added extra support for exceptions -- Scala version; moved exn.ML to accompany exn.scala;
Sat, 19 Dec 2009 11:48:11 +0100 indicate final state of keywords;
wenzelm [Sat, 19 Dec 2009 11:48:11 +0100] rev 34135
indicate final state of keywords; added symbol scanner;
Sat, 19 Dec 2009 11:45:14 +0100 added symbol classification;
wenzelm [Sat, 19 Dec 2009 11:45:14 +0100] rev 34134
added symbol classification; tuned;
Fri, 18 Dec 2009 16:52:36 +0100 tuned;
wenzelm [Fri, 18 Dec 2009 16:52:36 +0100] rev 34133
tuned;
Fri, 18 Dec 2009 15:33:44 +0100 merged
wenzelm [Fri, 18 Dec 2009 15:33:44 +0100] rev 34132
merged
Fri, 18 Dec 2009 15:32:52 +0100 imitate PG style;
wenzelm [Fri, 18 Dec 2009 15:32:52 +0100] rev 34131
imitate PG style;
Fri, 18 Dec 2009 15:14:59 +0100 merged
wenzelm [Fri, 18 Dec 2009 15:14:59 +0100] rev 34130
merged
Fri, 18 Dec 2009 15:11:01 +0100 imitate PG colors;
wenzelm [Fri, 18 Dec 2009 15:11:01 +0100] rev 34129
imitate PG colors;
Fri, 18 Dec 2009 14:02:58 +0100 made Quickcheck take structured proof assumptions into account (like Refute and Nitpick) by default;
blanchet [Fri, 18 Dec 2009 14:02:58 +0100] rev 34128
made Quickcheck take structured proof assumptions into account (like Refute and Nitpick) by default; up to now, only Auto Quickcheck did -- the old behavior is available by passing "no_assms" as option
Fri, 18 Dec 2009 12:00:44 +0100 merged
blanchet [Fri, 18 Dec 2009 12:00:44 +0100] rev 34127
merged
Fri, 18 Dec 2009 12:00:29 +0100 polished Nitpick's binary integer support etc.;
blanchet [Fri, 18 Dec 2009 12:00:29 +0100] rev 34126
polished Nitpick's binary integer support etc.; etc. = improve inconsistent scope correction + sort values nicely in output + handle "mod" using the characterization "x mod y = x - x div y * y" (instead of explicit code in Nitpick) + introduce KK = Kodkod as abbreviation
Thu, 17 Dec 2009 15:22:27 +0100 merged
blanchet [Thu, 17 Dec 2009 15:22:27 +0100] rev 34125
merged
Thu, 17 Dec 2009 15:22:11 +0100 added support for binary nat/int representation to Nitpick
blanchet [Thu, 17 Dec 2009 15:22:11 +0100] rev 34124
added support for binary nat/int representation to Nitpick
Mon, 14 Dec 2009 16:48:49 +0100 distinguish better between "complete" (vs. incomplete) types and "concrete" (vs. abstract) types in Nitpick;
blanchet [Mon, 14 Dec 2009 16:48:49 +0100] rev 34123
distinguish better between "complete" (vs. incomplete) types and "concrete" (vs. abstract) types in Nitpick; this improves Nitpick's precision in some cases (e.g. higher-order constructors) and reflects a better understanding of what's going on
Mon, 14 Dec 2009 12:31:00 +0100 merged
blanchet [Mon, 14 Dec 2009 12:31:00 +0100] rev 34122
merged
Mon, 14 Dec 2009 12:30:26 +0100 get rid of polymorphic equality in Nitpick's code + a few minor cleanups
blanchet [Mon, 14 Dec 2009 12:30:26 +0100] rev 34121
get rid of polymorphic equality in Nitpick's code + a few minor cleanups
Mon, 14 Dec 2009 12:14:12 +0100 added "no_assms" option to Refute, and include structured proof assumptions by default;
blanchet [Mon, 14 Dec 2009 12:14:12 +0100] rev 34120
added "no_assms" option to Refute, and include structured proof assumptions by default; will do the same for Quickcheck unless there are objections
Fri, 18 Dec 2009 12:28:50 +0100 markup bad YXML as malformed;
wenzelm [Fri, 18 Dec 2009 12:28:50 +0100] rev 34119
markup bad YXML as malformed; removed unused XML.document; removed unused markup;
Fri, 18 Dec 2009 12:10:52 +0100 replace invalid code points -- instead of exception;
wenzelm [Fri, 18 Dec 2009 12:10:52 +0100] rev 34118
replace invalid code points -- instead of exception;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip