hoelzl [Thu, 22 Sep 2011 10:02:16 -0400] rev 45041
NEWS: mention replacement lemmas for the removed ones in Complete_Lattices
bulwahn [Thu, 22 Sep 2011 10:48:53 +0200] rev 45040
changing quickcheck_timeout to 30 seconds in mutabelle's testing
bulwahn [Thu, 22 Sep 2011 07:26:53 +0200] rev 45039
adding post-processing of terms to narrowing-based Quickcheck
huffman [Wed, 21 Sep 2011 17:43:13 -0700] rev 45038
HOL/ex/ROOT.ML: only list BinEx once
huffman [Wed, 21 Sep 2011 10:59:55 -0700] rev 45037
merged
huffman [Wed, 21 Sep 2011 08:28:53 -0700] rev 45036
remove redundant instantiation ereal :: power
blanchet [Wed, 21 Sep 2011 15:55:16 +0200] rev 45035
reintroduced Minipick as Nitpick example
blanchet [Wed, 21 Sep 2011 15:55:15 +0200] rev 45034
tuned comment
huffman [Wed, 21 Sep 2011 06:41:34 -0700] rev 45033
merged
huffman [Tue, 20 Sep 2011 11:02:41 -0700] rev 45032
Extended_Real_Limits: generalize some lemmas
huffman [Tue, 20 Sep 2011 10:52:08 -0700] rev 45031
add lemmas within_empty and tendsto_bot;
declare within_UNIV [simp];
tuned some proofs;
wenzelm [Thu, 22 Sep 2011 21:58:05 +0200] rev 45030
made SML/NJ happy;
wenzelm [Thu, 22 Sep 2011 20:33:08 +0200] rev 45029
abstract System_Channel in ML (cf. Scala version);
back to TextIO for fifo, which is more stable in Poly/ML 5.4.x;
explicit block buffering -- BinIO might be subject to old Poly/ML defaults;
wenzelm [Wed, 21 Sep 2011 22:18:17 +0200] rev 45028
alternative Socket_Channel;
use BinIO for fifos uniformly;
wenzelm [Wed, 21 Sep 2011 20:35:50 +0200] rev 45027
more abstract wrapping of fifos as System_Channel;
wenzelm [Wed, 21 Sep 2011 17:50:25 +0200] rev 45026
slightly more general Socket_IO as part of Pure;
wenzelm [Wed, 21 Sep 2011 16:04:29 +0200] rev 45025
more hints on Z3 configuration;
wenzelm [Wed, 21 Sep 2011 15:08:15 +0200] rev 45024
reduced default thread stack, to increase the success rate especially on Windows (NB: the actor worker farm tends to produce 100-200 threads for big sessions);
nipkow [Wed, 21 Sep 2011 07:31:08 +0200] rev 45023
renamed inv -> filter
nipkow [Wed, 21 Sep 2011 07:04:04 +0200] rev 45022
Added proofs about narowing
nipkow [Wed, 21 Sep 2011 07:03:16 +0200] rev 45021
added missing makefile dependence
nipkow [Wed, 21 Sep 2011 06:26:15 +0200] rev 45020
added example
nipkow [Wed, 21 Sep 2011 03:24:54 +0200] rev 45019
tuned
nipkow [Wed, 21 Sep 2011 02:38:53 +0200] rev 45018
refined comment
kleing [Wed, 21 Sep 2011 09:17:01 +1000] rev 45017
fixed two typos in IMP (by Jean Pichon)
nipkow [Wed, 21 Sep 2011 00:12:36 +0200] rev 45016
merged
nipkow [Tue, 20 Sep 2011 05:48:23 +0200] rev 45015
Updated IMP to use new induction method
nipkow [Tue, 20 Sep 2011 05:47:11 +0200] rev 45014
New proof method "induction" that gives induction hypotheses the name IH.