kuncar [Tue, 31 Jul 2012 14:43:55 +0200] rev 48625
Remove Lift_RBT.thy, it's in HOL/Library/RBT.thy now
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48624
add testing file for RBT_Set
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48623
implementation of sets by RBT trees for the code generator
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48622
use lifting/transfer formalization of RBT from Lift_RBT
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48621
a couple of additions to RBT formalization to allow us to implement RBT_Set
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48620
more relation operations expressed by Finite_Set.fold
kuncar [Tue, 31 Jul 2012 13:55:39 +0200] rev 48619
more set operations expressed by Finite_Set.fold
bulwahn [Thu, 26 Jul 2012 15:55:19 +0200] rev 48618
moved another larger quickcheck example to Quickcheck_Benchmark
wenzelm [Tue, 31 Jul 2012 16:26:12 +0200] rev 48617
HOL-Probability appears to work with smlnj;
wenzelm [Tue, 31 Jul 2012 16:23:20 +0200] rev 48616
document variant NAME may use different LaTeX entry point document/root_NAME.tex if that file exists;
wenzelm [Tue, 31 Jul 2012 14:42:03 +0200] rev 48615
made SML/NJ happy;
wenzelm [Tue, 31 Jul 2012 12:38:01 +0200] rev 48614
renamed session TLA to HOL-TLA to avoid clash with AFP;
wenzelm [Mon, 30 Jul 2012 20:43:07 +0200] rev 48613
clarified directory content operations (similar to ML version);
wenzelm [Mon, 30 Jul 2012 17:37:34 +0200] rev 48612
regenerate ToyList2/ToyList.thy during raw make *after* session build, to ensure that it is updated sporadically (NB: isabelle build does not support generated sources);
wenzelm [Mon, 30 Jul 2012 17:25:45 +0200] rev 48611
multi-threaded HOL-Tutorial with explicit indication of local options;
wenzelm [Mon, 30 Jul 2012 17:07:23 +0200] rev 48610
removed obsolete IsaMakefile + ROOT.ML setup -- doc-src is managed via isabelle build;
wenzelm [Mon, 30 Jul 2012 17:03:24 +0200] rev 48609
removed some old material (inactive since 2002/2003);
wenzelm [Mon, 30 Jul 2012 16:40:21 +0200] rev 48608
updated isatest to isabelle build, which also includes doc-src sessions;
wenzelm [Mon, 30 Jul 2012 16:03:25 +0200] rev 48607
obsolete;
wenzelm [Mon, 30 Jul 2012 15:54:17 +0200] rev 48606
makedist -D retains doc-src component with its "doc" sessions (relevant for testing);
wenzelm [Mon, 30 Jul 2012 15:31:00 +0200] rev 48605
allow negative int values as well, according to real = int | float;
wenzelm [Mon, 30 Jul 2012 14:38:45 +0200] rev 48604
misc tuning;
wenzelm [Mon, 30 Jul 2012 14:29:12 +0200] rev 48603
discontinued unused isabelle jedit debugger;
tuned;
wenzelm [Mon, 30 Jul 2012 14:11:29 +0200] rev 48602
more uniform usage of "isabelle tool";
wenzelm [Mon, 30 Jul 2012 13:48:56 +0200] rev 48601
less verbosity;
wenzelm [Mon, 30 Jul 2012 13:44:40 +0200] rev 48600
proper treatment of eof wrt. proper_input -- allow input of spaces/comments only;
wenzelm [Mon, 30 Jul 2012 13:42:45 +0200] rev 48599
tuned signature;
wenzelm [Mon, 30 Jul 2012 12:08:25 +0200] rev 48598
updated ROOT according to 3defa60a7ae3;
wenzelm [Mon, 30 Jul 2012 12:04:37 +0200] rev 48597
merged
bulwahn [Mon, 30 Jul 2012 10:59:33 +0200] rev 48596
re-activating Quickcheck_Narrowing_Examples in Quickcheck_Examples