haftmann [Thu, 23 Feb 2012 20:33:35 +0100] rev 46631
moved lemmas for orderings and lattices on predicates to corresponding theories, retaining declaration order of classical rules; tuned headings; tuned syntax
haftmann [Thu, 23 Feb 2012 20:15:59 +0100] rev 46630
tuned whitespace
haftmann [Thu, 23 Feb 2012 20:15:49 +0100] rev 46629
tuned proof
wenzelm [Thu, 23 Feb 2012 21:15:11 +0100] rev 46628
prefer actual syntax categories;
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