haftmann [Sun, 26 Feb 2012 21:25:54 +0100] rev 46693
retain syntax here
haftmann [Sun, 26 Feb 2012 20:43:33 +0100] rev 46692
tuned structure; dropped already existing syntax declarations
haftmann [Sun, 26 Feb 2012 20:10:14 +0100] rev 46691
tuned syntax declarations; tuned structure
wenzelm [Sun, 26 Feb 2012 20:08:12 +0100] rev 46690
merged
haftmann [Sun, 26 Feb 2012 15:28:48 +0100] rev 46689
marked candidates for rule declarations
wenzelm [Sun, 26 Feb 2012 20:05:14 +0100] rev 46688
include warning messages in node status;
wenzelm [Sun, 26 Feb 2012 19:36:35 +0100] rev 46687
tuned signature (in accordance with ML);
wenzelm [Sun, 26 Feb 2012 19:20:46 +0100] rev 46686
more PIDE modules;
wenzelm [Sun, 26 Feb 2012 18:26:26 +0100] rev 46685
tuned proofs;
wenzelm [Sun, 26 Feb 2012 18:25:28 +0100] rev 46684
more abstract class Document.State;
wenzelm [Sun, 26 Feb 2012 18:19:44 +0100] rev 46683
more abstract class Document.State.Assignment;
wenzelm [Sun, 26 Feb 2012 17:54:35 +0100] rev 46682
tuned signature;
wenzelm [Sun, 26 Feb 2012 17:44:09 +0100] rev 46681
more abstract class Document.Version;
tuned (NB: Version.nodes is total);
wenzelm [Sun, 26 Feb 2012 17:15:33 +0100] rev 46680
more abstract class Document.Node;
wenzelm [Sun, 26 Feb 2012 16:58:28 +0100] rev 46679
more abstract class Document.History;
wenzelm [Sun, 26 Feb 2012 16:17:57 +0100] rev 46678
more abstract class Document.Change;
wenzelm [Sun, 26 Feb 2012 16:02:53 +0100] rev 46677
tuned;
wenzelm [Sun, 26 Feb 2012 15:18:48 +0100] rev 46676
tuned signature;
clarified check;
wenzelm [Sat, 25 Feb 2012 15:33:36 +0100] rev 46675
merged
bulwahn [Sat, 25 Feb 2012 09:07:53 +0100] rev 46674
slightly changing the enumeration scheme
bulwahn [Sat, 25 Feb 2012 09:07:51 +0100] rev 46673
adding some more test invocations of find_unused_assms
bulwahn [Sat, 25 Feb 2012 09:07:43 +0100] rev 46672
adding an example where random beats exhaustive testing
bulwahn [Sat, 25 Feb 2012 09:07:41 +0100] rev 46671
removing unnecessary assumptions in RComplete;
simplifying proof in Probability
bulwahn [Sat, 25 Feb 2012 09:07:39 +0100] rev 46670
removing unnecessary assumptions in RealDef;
simplifying proofs in Float, MIR, and Ferrack
bulwahn [Sat, 25 Feb 2012 09:07:37 +0100] rev 46669
one general list_all2_update_cong instead of two special ones
wenzelm [Sat, 25 Feb 2012 13:17:38 +0100] rev 46668
tuned comments;
wenzelm [Sat, 25 Feb 2012 13:13:14 +0100] rev 46667
standard Graph instances;
wenzelm [Sat, 25 Feb 2012 13:00:32 +0100] rev 46666
clarified signature -- avoid oddities of Iterable like Iterator.map;
specific toString;