wenzelm [Thu, 16 Feb 2012 22:18:28 +0100] rev 46506
simplified configuration options for syntax ambiguity;
wenzelm [Thu, 16 Feb 2012 17:09:15 +0100] rev 46505
merged
bulwahn [Thu, 16 Feb 2012 16:02:02 +0100] rev 46504
removing unnecessary premise from diff_single_insert
wenzelm [Thu, 16 Feb 2012 16:42:26 +0100] rev 46503
explicit is better than implicit;
wenzelm [Thu, 16 Feb 2012 14:14:58 +0100] rev 46502
more uniform / portable representation of the idea of "copy_dir" (NB: cp -f dereferences symlinks on GNU/Linux, but does not on old-school Unixen including BSD/Mac OS X);
bulwahn [Thu, 16 Feb 2012 09:51:34 +0100] rev 46501
simplifying proof
bulwahn [Thu, 16 Feb 2012 09:18:23 +0100] rev 46500
removing unnecessary premises in theorems of List theory
bulwahn [Thu, 16 Feb 2012 09:18:21 +0100] rev 46499
tuning mutabelle script
bulwahn [Thu, 16 Feb 2012 09:18:20 +0100] rev 46498
adding documentation for abort_potential option in quickcheck
wenzelm [Wed, 15 Feb 2012 23:19:30 +0100] rev 46497
renamed Thm.capply to Thm.apply, and Thm.cabs to Thm.lambda in conformance with similar operations in structure Term and Logic;