Thu, 22 Oct 2009 15:20:54 +0200 merged
wenzelm [Thu, 22 Oct 2009 15:20:54 +0200] rev 33069
merged
Wed, 21 Oct 2009 22:01:44 +0200 merged
wenzelm [Wed, 21 Oct 2009 22:01:44 +0200] rev 33068
merged
Wed, 21 Oct 2009 21:15:33 +0200 use plain Scan.repeat (NB: Scan.bulk is for cascading sources -- mostly interna use);
wenzelm [Wed, 21 Oct 2009 21:15:33 +0200] rev 33067
use plain Scan.repeat (NB: Scan.bulk is for cascading sources -- mostly interna use);
Thu, 22 Oct 2009 15:22:41 +0200 merged
wenzelm [Thu, 22 Oct 2009 15:22:41 +0200] rev 33066
merged
Thu, 22 Oct 2009 14:43:59 +0200 explicit close_derivation
haftmann [Thu, 22 Oct 2009 14:43:59 +0200] rev 33065
explicit close_derivation
Thu, 22 Oct 2009 14:08:01 +0200 merged
haftmann [Thu, 22 Oct 2009 14:08:01 +0200] rev 33064
merged
Thu, 22 Oct 2009 13:48:06 +0200 map_range (and map_index) combinator
haftmann [Thu, 22 Oct 2009 13:48:06 +0200] rev 33063
map_range (and map_index) combinator
Thu, 22 Oct 2009 10:52:07 +0200 dropped Datatype.distinct_simproc
haftmann [Thu, 22 Oct 2009 10:52:07 +0200] rev 33062
dropped Datatype.distinct_simproc
Thu, 22 Oct 2009 15:21:01 +0200 use Synchronized.assign to achieve actual immutable results;
wenzelm [Thu, 22 Oct 2009 15:21:01 +0200] rev 33061
use Synchronized.assign to achieve actual immutable results;
Thu, 22 Oct 2009 15:19:44 +0200 support single-assigment variables -- based on magic RTS operations by David Matthews;
wenzelm [Thu, 22 Oct 2009 15:19:44 +0200] rev 33060
support single-assigment variables -- based on magic RTS operations by David Matthews;
Thu, 22 Oct 2009 09:50:29 +0200 merged
boehmes [Thu, 22 Oct 2009 09:50:29 +0200] rev 33059
merged
Thu, 22 Oct 2009 09:49:48 +0200 fixed permissions -- this is a script, not an executable
boehmes [Thu, 22 Oct 2009 09:49:48 +0200] rev 33058
fixed permissions -- this is a script, not an executable
Thu, 22 Oct 2009 09:27:48 +0200 inv_onto -> inv_into
nipkow [Thu, 22 Oct 2009 09:27:48 +0200] rev 33057
inv_onto -> inv_into
Wed, 21 Oct 2009 17:34:35 +0200 renamed "nitpick_const_xxx" attributes to "nitpick_xxx" and "nitpick_ind_intros" to "nitpick_intros"
blanchet [Wed, 21 Oct 2009 17:34:35 +0200] rev 33056
renamed "nitpick_const_xxx" attributes to "nitpick_xxx" and "nitpick_ind_intros" to "nitpick_intros"
Wed, 21 Oct 2009 16:57:57 +0200 merged
blanchet [Wed, 21 Oct 2009 16:57:57 +0200] rev 33055
merged
Wed, 21 Oct 2009 16:54:04 +0200 fixed the "expect" mechanism of Refute in the face of timeouts
blanchet [Wed, 21 Oct 2009 16:54:04 +0200] rev 33054
fixed the "expect" mechanism of Refute in the face of timeouts
Wed, 21 Oct 2009 16:53:00 +0200 removed "nitpick_const_simp" attribute from Record's "simps";
blanchet [Wed, 21 Oct 2009 16:53:00 +0200] rev 33053
removed "nitpick_const_simp" attribute from Record's "simps"; Nitpick has its own notion of a record and doesn't need those.
Wed, 21 Oct 2009 15:54:31 +0200 merged
haftmann [Wed, 21 Oct 2009 15:54:31 +0200] rev 33052
merged
Wed, 21 Oct 2009 15:54:01 +0200 more accurate removal
haftmann [Wed, 21 Oct 2009 15:54:01 +0200] rev 33051
more accurate removal
Wed, 21 Oct 2009 12:12:21 +0200 merged
haftmann [Wed, 21 Oct 2009 12:12:21 +0200] rev 33050
merged
Wed, 21 Oct 2009 12:09:37 +0200 curried inter as canonical list operation (beware of argument order)
haftmann [Wed, 21 Oct 2009 12:09:37 +0200] rev 33049
curried inter as canonical list operation (beware of argument order)
Wed, 21 Oct 2009 14:08:04 +0200 merged
boehmes [Wed, 21 Oct 2009 14:08:04 +0200] rev 33048
merged
Wed, 21 Oct 2009 12:19:46 +0200 proper handling of single literal case,
boehmes [Wed, 21 Oct 2009 12:19:46 +0200] rev 33047
proper handling of single literal case, added explicit exception, unfolding of distinct respects equal elements, made SML/NJ happy
Wed, 21 Oct 2009 12:48:28 +0100 Removed the hard-wired white list of theorems for sledgehammer
paulson [Wed, 21 Oct 2009 12:48:28 +0100] rev 33046
Removed the hard-wired white list of theorems for sledgehammer
Wed, 21 Oct 2009 11:19:11 +0100 merged
paulson [Wed, 21 Oct 2009 11:19:11 +0100] rev 33045
merged
Tue, 20 Oct 2009 16:32:51 +0100 Some new lemmas concerning sets
paulson [Tue, 20 Oct 2009 16:32:51 +0100] rev 33044
Some new lemmas concerning sets
Wed, 21 Oct 2009 12:08:52 +0200 merged
haftmann [Wed, 21 Oct 2009 12:08:52 +0200] rev 33043
merged
Wed, 21 Oct 2009 12:02:56 +0200 curried union as canonical list operation
haftmann [Wed, 21 Oct 2009 12:02:56 +0200] rev 33042
curried union as canonical list operation
Wed, 21 Oct 2009 12:02:19 +0200 tuned ML import
haftmann [Wed, 21 Oct 2009 12:02:19 +0200] rev 33041
tuned ML import
Wed, 21 Oct 2009 10:15:31 +0200 removed old-style \ and \\ infixes
haftmann [Wed, 21 Oct 2009 10:15:31 +0200] rev 33040
removed old-style \ and \\ infixes
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip