wenzelm [Sat, 24 Oct 2009 19:47:37 +0200] rev 33095
renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
wenzelm [Sat, 24 Oct 2009 19:24:50 +0200] rev 33094
eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already;
simplified messages;
wenzelm [Sat, 24 Oct 2009 19:22:39 +0200] rev 33093
eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already;
fully authentic merge;
wenzelm [Sat, 24 Oct 2009 19:20:03 +0200] rev 33092
eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already;
wenzelm [Sat, 24 Oct 2009 19:04:57 +0200] rev 33091
maintain abstract entry, with position, identity etc.;
declare/define: explicit indication of strictness;
merge_tables/join_tables: disallow duplicates based on entry identity;
wenzelm [Sat, 24 Oct 2009 18:55:47 +0200] rev 33090
tuned message;
wenzelm [Sat, 24 Oct 2009 18:55:27 +0200] rev 33089
import theory Nat here, which avoids duplicate definition of datatype_realizers (and thus allows to maintain fully authentic fact table);
wenzelm [Sat, 24 Oct 2009 17:49:44 +0200] rev 33088
markup for formal entities, with "def" or "ref" occurrences;
wenzelm [Sat, 24 Oct 2009 17:47:53 +0200] rev 33087
handle Sorts.CLASS_ERROR instead of arbitrary exceptions;
wenzelm [Fri, 23 Oct 2009 20:48:14 +0200] rev 33086
reactivated isatest on macbroy6 -- 3h later to avoid overlap with backup daemon;
haftmann [Fri, 23 Oct 2009 17:12:47 +0200] rev 33085
merged
haftmann [Fri, 23 Oct 2009 17:12:36 +0200] rev 33084
turned off old quickcheck
krauss [Fri, 23 Oct 2009 14:33:07 +0200] rev 33083
pat_completeness gets its own file
boehmes [Fri, 23 Oct 2009 14:22:36 +0200] rev 33082
ignore error messages produced by ATPs
haftmann [Fri, 23 Oct 2009 10:11:56 +0200] rev 33081
merged
haftmann [Fri, 23 Oct 2009 10:08:29 +0200] rev 33080
renamed f_inv_onto_f to f_inv_into_f (cf. 764547b68538)
haftmann [Thu, 22 Oct 2009 16:58:22 +0200] rev 33079
restored accidentally deleted submultiset
haftmann [Thu, 22 Oct 2009 16:52:06 +0200] rev 33078
multiset operations with canonical argument order
haftmann [Thu, 22 Oct 2009 16:52:06 +0200] rev 33077
arg_types_of auxiliary function; using multiset operations
haftmann [Fri, 23 Oct 2009 06:53:50 +0200] rev 33076
merged
haftmann [Thu, 22 Oct 2009 16:50:24 +0200] rev 33075
close thm derivations explicitly
tbourke [Fri, 23 Oct 2009 09:20:22 +1100] rev 33074
Fix a duplicate abbreviation || in etc/symbols.
wenzelm [Thu, 22 Oct 2009 17:54:47 +0200] rev 33073
made SML/NJ happy;
wenzelm [Thu, 22 Oct 2009 17:09:29 +0200] rev 33072
updated session name;
wenzelm [Thu, 22 Oct 2009 15:50:12 +0200] rev 33071
renamed f_inv_onto_f to f_inv_into_f (cf. 764547b68538);
wenzelm [Thu, 22 Oct 2009 15:26:15 +0200] rev 33070
merged
wenzelm [Thu, 22 Oct 2009 15:20:54 +0200] rev 33069
merged
wenzelm [Wed, 21 Oct 2009 22:01:44 +0200] rev 33068
merged
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);
wenzelm [Thu, 22 Oct 2009 15:22:41 +0200] rev 33066
merged
haftmann [Thu, 22 Oct 2009 14:43:59 +0200] rev 33065
explicit close_derivation
haftmann [Thu, 22 Oct 2009 14:08:01 +0200] rev 33064
merged
haftmann [Thu, 22 Oct 2009 13:48:06 +0200] rev 33063
map_range (and map_index) combinator
haftmann [Thu, 22 Oct 2009 10:52:07 +0200] rev 33062
dropped Datatype.distinct_simproc
wenzelm [Thu, 22 Oct 2009 15:21:01 +0200] rev 33061
use Synchronized.assign to achieve actual immutable results;
wenzelm [Thu, 22 Oct 2009 15:19:44 +0200] rev 33060
support single-assigment variables -- based on magic RTS operations by David Matthews;
boehmes [Thu, 22 Oct 2009 09:50:29 +0200] rev 33059
merged
boehmes [Thu, 22 Oct 2009 09:49:48 +0200] rev 33058
fixed permissions -- this is a script, not an executable
nipkow [Thu, 22 Oct 2009 09:27:48 +0200] rev 33057
inv_onto -> inv_into
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"
blanchet [Wed, 21 Oct 2009 16:57:57 +0200] rev 33055
merged
blanchet [Wed, 21 Oct 2009 16:54:04 +0200] rev 33054
fixed the "expect" mechanism of Refute in the face of timeouts
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.
haftmann [Wed, 21 Oct 2009 15:54:31 +0200] rev 33052
merged
haftmann [Wed, 21 Oct 2009 15:54:01 +0200] rev 33051
more accurate removal
haftmann [Wed, 21 Oct 2009 12:12:21 +0200] rev 33050
merged
haftmann [Wed, 21 Oct 2009 12:09:37 +0200] rev 33049
curried inter as canonical list operation (beware of argument order)
boehmes [Wed, 21 Oct 2009 14:08:04 +0200] rev 33048
merged