wenzelm [Thu, 23 Feb 2012 20:40:20 +0100] rev 46627
avoid trait Addable, which is deprecated in scala-2.9.x;
tuned;
wenzelm [Thu, 23 Feb 2012 20:24:05 +0100] rev 46626
streamlined abstract datatype;
wenzelm [Thu, 23 Feb 2012 20:23:19 +0100] rev 46625
tuned;
wenzelm [Thu, 23 Feb 2012 19:58:49 +0100] rev 46624
streamlined abstract datatype;
wenzelm [Thu, 23 Feb 2012 19:35:05 +0100] rev 46623
tuned -- avoid copy of empty value;
wenzelm [Thu, 23 Feb 2012 19:34:48 +0100] rev 46622
tuned;
wenzelm [Thu, 23 Feb 2012 18:38:30 +0100] rev 46621
streamlined abstract datatype, eliminating odd representation class;
wenzelm [Thu, 23 Feb 2012 18:14:58 +0100] rev 46620
tuned;
huffman [Thu, 23 Feb 2012 17:27:37 +0100] rev 46619
merged
huffman [Thu, 23 Feb 2012 16:09:16 +0100] rev 46618
make more simp rules respect int/bin distinction
huffman [Thu, 23 Feb 2012 15:37:42 +0100] rev 46617
make bool list functions respect int/bin distinction
wenzelm [Thu, 23 Feb 2012 16:18:19 +0100] rev 46616
merged;
wenzelm [Thu, 23 Feb 2012 16:02:07 +0100] rev 46615
tuned;
wenzelm [Thu, 23 Feb 2012 15:49:40 +0100] rev 46614
clarified Graph.restrict (formerly Graph.subgraph) based on public graph operations;
wenzelm [Thu, 23 Feb 2012 15:15:59 +0100] rev 46613
further graph operations from ML;
wenzelm [Thu, 23 Feb 2012 14:46:38 +0100] rev 46612
removed dead code;
wenzelm [Thu, 23 Feb 2012 14:17:51 +0100] rev 46611
directed graphs (in Scala);
huffman [Thu, 23 Feb 2012 15:23:16 +0100] rev 46610
make uses of bin_split respect int/bin distinction
huffman [Thu, 23 Feb 2012 15:19:31 +0100] rev 46609
remove lemma bin_cat_Pls, which doesn't respect int/bin distinction
huffman [Thu, 23 Feb 2012 15:15:48 +0100] rev 46608
make uses of constant bin_sc respect int/bin distinction
huffman [Thu, 23 Feb 2012 15:04:51 +0100] rev 46607
remove duplicate lemma bintrunc_Suc in favor of bintrunc.Suc
huffman [Thu, 23 Feb 2012 14:43:01 +0100] rev 46606
remove unused lemmas
huffman [Thu, 23 Feb 2012 14:29:29 +0100] rev 46605
simplify proofs
huffman [Thu, 23 Feb 2012 13:16:18 +0100] rev 46604
make uses of bin_sign respect int/bin distinction
huffman [Thu, 23 Feb 2012 12:45:00 +0100] rev 46603
removed unnecessary lemma zero_bintrunc
huffman [Thu, 23 Feb 2012 12:24:34 +0100] rev 46602
remove unnecessary lemmas
huffman [Thu, 23 Feb 2012 12:08:59 +0100] rev 46601
removed unnecessary constant bin_rl
huffman [Thu, 23 Feb 2012 11:53:03 +0100] rev 46600
remove duplication of lemmas bin_{rest,last}_BIT
huffman [Thu, 23 Feb 2012 11:24:54 +0100] rev 46599
remove lemmas Bit{0,1}_div2
huffman [Thu, 23 Feb 2012 11:20:42 +0100] rev 46598
simplify proof
huffman [Thu, 23 Feb 2012 08:59:55 +0100] rev 46597
deal with FIXMEs for linarith examples
haftmann [Thu, 23 Feb 2012 08:17:22 +0100] rev 46596
CONTRIBUTORS
huffman [Wed, 22 Feb 2012 19:59:06 +0100] rev 46595
merged
huffman [Wed, 22 Feb 2012 17:34:31 +0100] rev 46594
tuned whitespace
huffman [Wed, 22 Feb 2012 17:33:53 +0100] rev 46593
tuned whitespace
bulwahn [Wed, 22 Feb 2012 18:08:41 +0100] rev 46592
adding documentation about find_unused_assms command and use_subtype option in the IsarRef
bulwahn [Wed, 22 Feb 2012 18:08:27 +0100] rev 46591
NEWS
bulwahn [Wed, 22 Feb 2012 17:25:35 +0100] rev 46590
adding some examples with find_unused_assms command
bulwahn [Wed, 22 Feb 2012 17:22:53 +0100] rev 46589
adding new command "find_unused_assms"
bulwahn [Wed, 22 Feb 2012 12:30:01 +0100] rev 46588
removing some unnecessary premises from Map theory
bulwahn [Wed, 22 Feb 2012 09:35:01 +0100] rev 46587
preliminarily switching quickcheck-narrowing off by default (probably it should only be invoked if concrete testing does not work)
bulwahn [Wed, 22 Feb 2012 08:05:28 +0100] rev 46586
generalizing inj_on_Int
bulwahn [Wed, 22 Feb 2012 08:01:41 +0100] rev 46585
moving Quickcheck's example to its own session
wenzelm [Tue, 21 Feb 2012 23:25:36 +0100] rev 46584
tuned proofs;
wenzelm [Tue, 21 Feb 2012 23:24:49 +0100] rev 46583
more robust visible_range: allow empty view;
wenzelm [Tue, 21 Feb 2012 22:50:28 +0100] rev 46582
misc tuning;
wenzelm [Tue, 21 Feb 2012 21:15:57 +0100] rev 46581
merged;
wenzelm [Tue, 21 Feb 2012 20:43:58 +0100] rev 46580
made SML/NJ happy;