Wed, 30 Mar 2011 21:07:48 +0200 inline lemmas instead of accidental physical addressing -- explicit is better than implicit;
wenzelm [Wed, 30 Mar 2011 21:07:48 +0200] rev 42169
inline lemmas instead of accidental physical addressing -- explicit is better than implicit;
Wed, 30 Mar 2011 20:21:40 +0200 tuned white space and indentation;
wenzelm [Wed, 30 Mar 2011 20:21:40 +0200] rev 42168
tuned white space and indentation; observe strict line length limitation (80-100 chars);
Wed, 30 Mar 2011 20:19:21 +0200 actually check list comprehension examples;
wenzelm [Wed, 30 Mar 2011 20:19:21 +0200] rev 42167
actually check list comprehension examples;
Wed, 30 Mar 2011 17:54:10 +0200 products of probability measures are probability measures
hoelzl [Wed, 30 Mar 2011 17:54:10 +0200] rev 42166
products of probability measures are probability measures
Wed, 30 Mar 2011 17:54:01 +0200 real multiplication is continuous
hoelzl [Wed, 30 Mar 2011 17:54:01 +0200] rev 42165
real multiplication is continuous
Wed, 30 Mar 2011 17:53:56 +0200 add lebesgue_real_affine
hoelzl [Wed, 30 Mar 2011 17:53:56 +0200] rev 42164
add lebesgue_real_affine
Wed, 30 Mar 2011 11:32:52 +0200 renewing specifications in HOL: replacing types by type_synonym
bulwahn [Wed, 30 Mar 2011 11:32:52 +0200] rev 42163
renewing specifications in HOL: replacing types by type_synonym
Wed, 30 Mar 2011 11:32:51 +0200 moved TimeLimit.timeLimit closure to limit time of compilation and execution to avoid the strange, occasional occuring message Exception trace for exception - Interrupt -- probably due to race conditions of a fast execution within the TimeLimit.timelimit closure
bulwahn [Wed, 30 Mar 2011 11:32:51 +0200] rev 42162
moved TimeLimit.timeLimit closure to limit time of compilation and execution to avoid the strange, occasional occuring message Exception trace for exception - Interrupt -- probably due to race conditions of a fast execution within the TimeLimit.timelimit closure
Wed, 30 Mar 2011 10:31:02 +0200 adding a regression test for SML_Quickcheck; putting SML_Quickcheck back in shape
bulwahn [Wed, 30 Mar 2011 10:31:02 +0200] rev 42161
adding a regression test for SML_Quickcheck; putting SML_Quickcheck back in shape
Wed, 30 Mar 2011 09:44:17 +0200 NEWS
bulwahn [Wed, 30 Mar 2011 09:44:17 +0200] rev 42160
NEWS
Wed, 30 Mar 2011 09:44:16 +0200 generalizing compilation scheme of quickcheck generators to multiple arguments; changing random and exhaustive tester to use one code invocation for polymorphic instances with multiple cardinalities
bulwahn [Wed, 30 Mar 2011 09:44:16 +0200] rev 42159
generalizing compilation scheme of quickcheck generators to multiple arguments; changing random and exhaustive tester to use one code invocation for polymorphic instances with multiple cardinalities
Tue, 29 Mar 2011 23:46:46 +0200 merged
wenzelm [Tue, 29 Mar 2011 23:46:46 +0200] rev 42158
merged
Tue, 29 Mar 2011 22:06:53 +0200 added missing smlnj target
krauss [Tue, 29 Mar 2011 22:06:53 +0200] rev 42157
added missing smlnj target
Tue, 29 Mar 2011 23:27:38 +0200 modernized specifications -- less axioms;
wenzelm [Tue, 29 Mar 2011 23:27:38 +0200] rev 42156
modernized specifications -- less axioms;
Tue, 29 Mar 2011 23:15:25 +0200 modernized specifications -- some attempts to avoid wild axiomatizations;
wenzelm [Tue, 29 Mar 2011 23:15:25 +0200] rev 42155
modernized specifications -- some attempts to avoid wild axiomatizations; comp: retain infix \<circ> to retain type "o" from FOL; tuned proofs;
Tue, 29 Mar 2011 22:36:56 +0200 tuned proofs;
wenzelm [Tue, 29 Mar 2011 22:36:56 +0200] rev 42154
tuned proofs;
Tue, 29 Mar 2011 21:48:01 +0200 use shared copy of hoare_syntax.ML;
wenzelm [Tue, 29 Mar 2011 21:48:01 +0200] rev 42153
use shared copy of hoare_syntax.ML; misc tuning;
Tue, 29 Mar 2011 21:11:02 +0200 Hoare syntax: standard abstraction syntax admits source positions;
wenzelm [Tue, 29 Mar 2011 21:11:02 +0200] rev 42152
Hoare syntax: standard abstraction syntax admits source positions; re-unified some clones (!);
Tue, 29 Mar 2011 17:47:11 +0200 tuned headers;
wenzelm [Tue, 29 Mar 2011 17:47:11 +0200] rev 42151
tuned headers;
Tue, 29 Mar 2011 17:30:26 +0200 tuned headers;
wenzelm [Tue, 29 Mar 2011 17:30:26 +0200] rev 42150
tuned headers;
Tue, 29 Mar 2011 14:27:44 +0200 NEWS
hoelzl [Tue, 29 Mar 2011 14:27:44 +0200] rev 42149
NEWS
Tue, 29 Mar 2011 14:27:42 +0200 rename Probability_Space to Probability_Measure
hoelzl [Tue, 29 Mar 2011 14:27:42 +0200] rev 42148
rename Probability_Space to Probability_Measure
Tue, 29 Mar 2011 14:27:41 +0200 add infinite product measure
hoelzl [Tue, 29 Mar 2011 14:27:41 +0200] rev 42147
add infinite product measure
Tue, 29 Mar 2011 14:27:39 +0200 split Product_Measure into Binary_Product_Measure and Finite_Product_Measure
hoelzl [Tue, 29 Mar 2011 14:27:39 +0200] rev 42146
split Product_Measure into Binary_Product_Measure and Finite_Product_Measure
Tue, 29 Mar 2011 14:27:31 +0200 proved caratheodory_empty_continuous
hoelzl [Tue, 29 Mar 2011 14:27:31 +0200] rev 42145
proved caratheodory_empty_continuous
Mon, 28 Mar 2011 23:49:53 +0200 list comprehension: strip positions where the translation cannot handle them right now;
wenzelm [Mon, 28 Mar 2011 23:49:53 +0200] rev 42144
list comprehension: strip positions where the translation cannot handle them right now;
Mon, 28 Mar 2011 22:44:14 +0200 address serious problem of type inference (introduced in 6f085332c7d3): _type_constraint_ needs type scheme A --> A with proper scope of parameters, otherwise term "(f :: _ => _) :: 'c => 'c" will get type "'a => 'b", for example;
wenzelm [Mon, 28 Mar 2011 22:44:14 +0200] rev 42143
address serious problem of type inference (introduced in 6f085332c7d3): _type_constraint_ needs type scheme A --> A with proper scope of parameters, otherwise term "(f :: _ => _) :: 'c => 'c" will get type "'a => 'b", for example;
Mon, 28 Mar 2011 17:33:16 +0200 raised various timeouts to accommodate sluggish SML/NJ
krauss [Mon, 28 Mar 2011 17:33:16 +0200] rev 42142
raised various timeouts to accommodate sluggish SML/NJ
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip