Sun, 25 Oct 2009 19:14:46 +0100 Name_Space.naming: maintain group and theory_name as well;
wenzelm [Sun, 25 Oct 2009 19:14:46 +0100] rev 33164
Name_Space.naming: maintain group and theory_name as well; tuned;
Sun, 25 Oct 2009 19:14:25 +0100 export is_concealed;
wenzelm [Sun, 25 Oct 2009 19:14:25 +0100] rev 33163
export is_concealed; tuned;
Sun, 25 Oct 2009 19:14:11 +0100 merge_list: no exception DUP here;
wenzelm [Sun, 25 Oct 2009 19:14:11 +0100] rev 33162
merge_list: no exception DUP here;
Sun, 25 Oct 2009 13:20:31 +0100 merged
wenzelm [Sun, 25 Oct 2009 13:20:31 +0100] rev 33161
merged
Sun, 25 Oct 2009 13:14:00 +0100 more uniform ISABELLE_USEDIR_OPTIONS;
wenzelm [Sun, 25 Oct 2009 13:14:00 +0100] rev 33160
more uniform ISABELLE_USEDIR_OPTIONS;
Sun, 25 Oct 2009 13:04:06 +0100 make SML/NJ happy;
wenzelm [Sun, 25 Oct 2009 13:04:06 +0100] rev 33159
make SML/NJ happy;
Sun, 25 Oct 2009 13:18:35 +0100 conceal consts via name space, not tags;
wenzelm [Sun, 25 Oct 2009 13:18:35 +0100] rev 33158
conceal consts via name space, not tags;
Sun, 25 Oct 2009 12:27:21 +0100 allow name space entries to be "concealed" -- via binding/naming/local_theory;
wenzelm [Sun, 25 Oct 2009 12:27:21 +0100] rev 33157
allow name space entries to be "concealed" -- via binding/naming/local_theory;
Sun, 25 Oct 2009 11:58:11 +0100 switch to polyml-5.2.1 to see if it impacts performance;
wenzelm [Sun, 25 Oct 2009 11:58:11 +0100] rev 33156
switch to polyml-5.2.1 to see if it impacts performance;
Sun, 25 Oct 2009 08:57:55 +0100 merged
chaieb [Sun, 25 Oct 2009 08:57:55 +0100] rev 33155
merged
Sun, 25 Oct 2009 08:57:36 +0100 Multivariate polynomials library over fields
chaieb [Sun, 25 Oct 2009 08:57:36 +0100] rev 33154
Multivariate polynomials library over fields
Sun, 25 Oct 2009 08:57:36 +0100 A theory of polynomials based on lists
chaieb [Sun, 25 Oct 2009 08:57:36 +0100] rev 33153
A theory of polynomials based on lists
Sun, 25 Oct 2009 08:57:35 +0100 Add a quantifier elimination for parametric linear arithmetic over ordered fields (parameters are multivariate polynomials)
chaieb [Sun, 25 Oct 2009 08:57:35 +0100] rev 33152
Add a quantifier elimination for parametric linear arithmetic over ordered fields (parameters are multivariate polynomials)
Sun, 25 Oct 2009 00:10:25 +0200 merged
wenzelm [Sun, 25 Oct 2009 00:10:25 +0200] rev 33151
merged
Sat, 24 Oct 2009 20:27:26 +0200 further changes due to the previous merge in the predicate compiler
bulwahn [Sat, 24 Oct 2009 20:27:26 +0200] rev 33150
further changes due to the previous merge in the predicate compiler
Sat, 24 Oct 2009 23:57:42 +0200 merge -- imported from bulwahn d759e2728188;
wenzelm [Sat, 24 Oct 2009 23:57:42 +0200] rev 33149
merge -- imported from bulwahn d759e2728188;
Sat, 24 Oct 2009 16:55:43 +0200 removed tuple functions from the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:43 +0200] rev 33148
removed tuple functions from the predicate compiler
Sat, 24 Oct 2009 16:55:43 +0200 improving the compilation with higher-order arguments in the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:43 +0200] rev 33147
improving the compilation with higher-order arguments in the predicate compiler
Sat, 24 Oct 2009 16:55:43 +0200 now the predicate compilere handles the predicate without introduction rules better as before
bulwahn [Sat, 24 Oct 2009 16:55:43 +0200] rev 33146
now the predicate compilere handles the predicate without introduction rules better as before
Sat, 24 Oct 2009 16:55:43 +0200 removed dead code; added examples
bulwahn [Sat, 24 Oct 2009 16:55:43 +0200] rev 33145
removed dead code; added examples
Sat, 24 Oct 2009 16:55:43 +0200 removed obsolete GeneratorPrem; clean-up after modularization; tuned
bulwahn [Sat, 24 Oct 2009 16:55:43 +0200] rev 33144
removed obsolete GeneratorPrem; clean-up after modularization; tuned
Sat, 24 Oct 2009 16:55:42 +0200 modularized the compilation in the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33143
modularized the compilation in the predicate compiler
Sat, 24 Oct 2009 16:55:42 +0200 adapted parser for options in the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33142
adapted parser for options in the predicate compiler
Sat, 24 Oct 2009 16:55:42 +0200 modifying the depth-limited compilation to be sound, but now throws an error undefined in case of hitting the depth limit in an negative context; cleaning up the examples
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33141
modifying the depth-limited compilation to be sound, but now throws an error undefined in case of hitting the depth limit in an negative context; cleaning up the examples
Sat, 24 Oct 2009 16:55:42 +0200 cleaning the signature of the predicate compiler core; renaming signature and structures to uniform long names
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33140
cleaning the signature of the predicate compiler core; renaming signature and structures to uniform long names
Sat, 24 Oct 2009 16:55:42 +0200 added skip_proof option; playing with compilation of depth-limited predicates
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33139
added skip_proof option; playing with compilation of depth-limited predicates
Sat, 24 Oct 2009 16:55:42 +0200 reinvestigating the compilation of the random computation in the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33138
reinvestigating the compilation of the random computation in the predicate compiler
Sat, 24 Oct 2009 16:55:42 +0200 added option to generate random values to values command in the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33137
added option to generate random values to values command in the predicate compiler
Sat, 24 Oct 2009 16:55:42 +0200 commented out the random generator compilation in the example file
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33136
commented out the random generator compilation in the example file
Sat, 24 Oct 2009 16:55:42 +0200 added option to execute depth-limited computations for the values command in the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33135
added option to execute depth-limited computations for the values command in the predicate compiler
Sat, 24 Oct 2009 16:55:42 +0200 renamed functions from sizelim to more natural name depth_limited for compilation of depth-limited search in the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33134
renamed functions from sizelim to more natural name depth_limited for compilation of depth-limited search in the predicate compiler
Sat, 24 Oct 2009 16:55:42 +0200 simplified and improved compilation of depth-limited search in the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33133
simplified and improved compilation of depth-limited search in the predicate compiler
Sat, 24 Oct 2009 16:55:42 +0200 moved argument expected_modes into options; improved mode check to only check mode of the named predicate
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33132
moved argument expected_modes into options; improved mode check to only check mode of the named predicate
Sat, 24 Oct 2009 16:55:42 +0200 removed unnecessary argument rpred in code_pred function
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33131
removed unnecessary argument rpred in code_pred function
Sat, 24 Oct 2009 16:55:42 +0200 added option show_mode_inference; added splitting of conjunctions in expand_tuples
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33130
added option show_mode_inference; added splitting of conjunctions in expand_tuples
Sat, 24 Oct 2009 16:55:42 +0200 changed import_intros to handle parameters differently; changed handling of higher-order function compilation; reverted MicroJava change; tuned
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33129
changed import_intros to handle parameters differently; changed handling of higher-order function compilation; reverted MicroJava change; tuned
Sat, 24 Oct 2009 16:55:42 +0200 further cleaning up
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33128
further cleaning up
Sat, 24 Oct 2009 16:55:42 +0200 added option show_proof_trace
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33127
added option show_proof_trace
Sat, 24 Oct 2009 16:55:42 +0200 importing of polymorphic introduction rules with different schematic variable names
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33126
importing of polymorphic introduction rules with different schematic variable names
Sat, 24 Oct 2009 16:55:42 +0200 added option show_intermediate_results
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33125
added option show_intermediate_results
Sat, 24 Oct 2009 16:55:42 +0200 continued cleaning up; moved tuple expanding to core
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33124
continued cleaning up; moved tuple expanding to core
Sat, 24 Oct 2009 16:55:42 +0200 cleaned up debugging messages; added options to code_pred command
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33123
cleaned up debugging messages; added options to code_pred command
Sat, 24 Oct 2009 16:55:42 +0200 added first support for higher-order function translation
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33122
added first support for higher-order function translation
Sat, 24 Oct 2009 16:55:42 +0200 added to process higher-order arguments by adding new constants
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33121
added to process higher-order arguments by adding new constants
Sat, 24 Oct 2009 16:55:42 +0200 cleaned up
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33120
cleaned up
Sat, 24 Oct 2009 16:55:42 +0200 added theory with alternative definitions for the predicate compiler; cleaned up examples
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33119
added theory with alternative definitions for the predicate compiler; cleaned up examples
Sat, 24 Oct 2009 16:55:42 +0200 importing theorems correctly causes problems with mutual recursive predicates in the predicate compiler; must be discussed with Stefan first
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33118
importing theorems correctly causes problems with mutual recursive predicates in the predicate compiler; must be discussed with Stefan first
Sat, 24 Oct 2009 16:55:42 +0200 higher-order arguments in different rules are fixed to one name in the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33117
higher-order arguments in different rules are fixed to one name in the predicate compiler
Sat, 24 Oct 2009 16:55:42 +0200 changed importing introduction rules to fix the same type variables in all introduction rules; improved mode analysis for partially applied relations; added test case; tuned
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33116
changed importing introduction rules to fix the same type variables in all introduction rules; improved mode analysis for partially applied relations; added test case; tuned
Sat, 24 Oct 2009 16:55:42 +0200 changed proof method to handle widen predicate in JinjaThreads
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33115
changed proof method to handle widen predicate in JinjaThreads
Sat, 24 Oct 2009 16:55:42 +0200 added further examples; added mode to code_pred command; tuned; some temporary things in Predicate_Compile_ex
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33114
added further examples; added mode to code_pred command; tuned; some temporary things in Predicate_Compile_ex
Sat, 24 Oct 2009 16:55:42 +0200 processing of tuples in introduction rules
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33113
processing of tuples in introduction rules
Sat, 24 Oct 2009 16:55:42 +0200 added a few tricky examples with tuples; added alternative introduction rules for some constants; corrected mode analysis with negation; improved fetching of definitions
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33112
added a few tricky examples with tuples; added alternative introduction rules for some constants; corrected mode analysis with negation; improved fetching of definitions
Sat, 24 Oct 2009 16:55:42 +0200 developing an executable the operator
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33111
developing an executable the operator
Sat, 24 Oct 2009 16:55:42 +0200 generalizing singleton with a default value
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33110
generalizing singleton with a default value
Sat, 24 Oct 2009 16:55:42 +0200 changed elimination preprocessing due to an error with a JinjaThread predicate
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33109
changed elimination preprocessing due to an error with a JinjaThread predicate
Sat, 24 Oct 2009 16:55:42 +0200 added test for higher-order function inductification; added debug messages
bulwahn [Sat, 24 Oct 2009 16:55:42 +0200] rev 33108
added test for higher-order function inductification; added debug messages
Sat, 24 Oct 2009 16:55:40 +0200 added filtering of case constants in the definition retrieval of the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:40 +0200] rev 33107
added filtering of case constants in the definition retrieval of the predicate compiler
Sat, 24 Oct 2009 16:55:37 +0200 extended core of predicate compiler to expand tuples in introduction rules
bulwahn [Sat, 24 Oct 2009 16:55:37 +0200] rev 33106
extended core of predicate compiler to expand tuples in introduction rules
Sat, 24 Oct 2009 16:55:35 +0200 added tupled versions of examples for the predicate compiler
bulwahn [Sat, 24 Oct 2009 16:55:35 +0200] rev 33105
added tupled versions of examples for the predicate compiler
Sat, 24 Oct 2009 16:54:32 +0200 moved meta_fun_cong lemma into ML-file; tuned
bulwahn [Sat, 24 Oct 2009 16:54:32 +0200] rev 33104
moved meta_fun_cong lemma into ML-file; tuned
Sun, 25 Oct 2009 00:05:57 +0200 merged
wenzelm [Sun, 25 Oct 2009 00:05:57 +0200] rev 33103
merged
Sun, 25 Oct 2009 00:00:53 +0200 adapted Function_Lib (cf. b8cdd3d73022);
wenzelm [Sun, 25 Oct 2009 00:00:53 +0200] rev 33102
adapted Function_Lib (cf. b8cdd3d73022);
Sat, 24 Oct 2009 20:47:10 +0200 configuration flag "partials"
krauss [Sat, 24 Oct 2009 20:47:10 +0200] rev 33101
configuration flag "partials"
Fri, 23 Oct 2009 16:37:56 +0200 renamed auto_term.ML -> relation.ML
krauss [Fri, 23 Oct 2009 16:37:56 +0200] rev 33100
renamed auto_term.ML -> relation.ML
Fri, 23 Oct 2009 16:22:10 +0200 function package: more standard names for structures and files
krauss [Fri, 23 Oct 2009 16:22:10 +0200] rev 33099
function package: more standard names for structures and files
Fri, 23 Oct 2009 15:33:19 +0200 renamed FundefDatatype -> Function_Fun
krauss [Fri, 23 Oct 2009 15:33:19 +0200] rev 33098
renamed FundefDatatype -> Function_Fun
Sat, 24 Oct 2009 21:30:33 +0200 maintain position of formal entities via name space;
wenzelm [Sat, 24 Oct 2009 21:30:33 +0200] rev 33097
maintain position of formal entities via name space;
Sat, 24 Oct 2009 20:54:08 +0200 maintain explicit name space kind;
wenzelm [Sat, 24 Oct 2009 20:54:08 +0200] rev 33096
maintain explicit name space kind; export Name_Space.the_entry; tuned messages;
Sat, 24 Oct 2009 19:47:37 +0200 renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
wenzelm [Sat, 24 Oct 2009 19:47:37 +0200] rev 33095
renamed NameSpace to Name_Space -- also to emphasize its subtle change in semantics;
Sat, 24 Oct 2009 19:24:50 +0200 eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already;
wenzelm [Sat, 24 Oct 2009 19:24:50 +0200] rev 33094
eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already; simplified messages;
Sat, 24 Oct 2009 19:22:39 +0200 eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already;
wenzelm [Sat, 24 Oct 2009 19:22:39 +0200] rev 33093
eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already; fully authentic merge;
Sat, 24 Oct 2009 19:20:03 +0200 eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already;
wenzelm [Sat, 24 Oct 2009 19:20:03 +0200] rev 33092
eliminated separate stamp -- NameSpace.define/merge etc. ensure uniqueness already;
Sat, 24 Oct 2009 19:04:57 +0200 maintain abstract entry, with position, identity etc.;
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;
Sat, 24 Oct 2009 18:55:47 +0200 tuned message;
wenzelm [Sat, 24 Oct 2009 18:55:47 +0200] rev 33090
tuned message;
Sat, 24 Oct 2009 18:55:27 +0200 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 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);
Sat, 24 Oct 2009 17:49:44 +0200 markup for formal entities, with "def" or "ref" occurrences;
wenzelm [Sat, 24 Oct 2009 17:49:44 +0200] rev 33088
markup for formal entities, with "def" or "ref" occurrences;
Sat, 24 Oct 2009 17:47:53 +0200 handle Sorts.CLASS_ERROR instead of arbitrary exceptions;
wenzelm [Sat, 24 Oct 2009 17:47:53 +0200] rev 33087
handle Sorts.CLASS_ERROR instead of arbitrary exceptions;
Fri, 23 Oct 2009 20:48:14 +0200 reactivated isatest on macbroy6 -- 3h later to avoid overlap with backup daemon;
wenzelm [Fri, 23 Oct 2009 20:48:14 +0200] rev 33086
reactivated isatest on macbroy6 -- 3h later to avoid overlap with backup daemon;
Fri, 23 Oct 2009 17:12:47 +0200 merged
haftmann [Fri, 23 Oct 2009 17:12:47 +0200] rev 33085
merged
Fri, 23 Oct 2009 17:12:36 +0200 turned off old quickcheck
haftmann [Fri, 23 Oct 2009 17:12:36 +0200] rev 33084
turned off old quickcheck
Fri, 23 Oct 2009 14:33:07 +0200 pat_completeness gets its own file
krauss [Fri, 23 Oct 2009 14:33:07 +0200] rev 33083
pat_completeness gets its own file
Fri, 23 Oct 2009 14:22:36 +0200 ignore error messages produced by ATPs
boehmes [Fri, 23 Oct 2009 14:22:36 +0200] rev 33082
ignore error messages produced by ATPs
Fri, 23 Oct 2009 10:11:56 +0200 merged
haftmann [Fri, 23 Oct 2009 10:11:56 +0200] rev 33081
merged
Fri, 23 Oct 2009 10:08:29 +0200 renamed f_inv_onto_f to f_inv_into_f (cf. 764547b68538)
haftmann [Fri, 23 Oct 2009 10:08:29 +0200] rev 33080
renamed f_inv_onto_f to f_inv_into_f (cf. 764547b68538)
Thu, 22 Oct 2009 16:58:22 +0200 restored accidentally deleted submultiset
haftmann [Thu, 22 Oct 2009 16:58:22 +0200] rev 33079
restored accidentally deleted submultiset
Thu, 22 Oct 2009 16:52:06 +0200 multiset operations with canonical argument order
haftmann [Thu, 22 Oct 2009 16:52:06 +0200] rev 33078
multiset operations with canonical argument order
Thu, 22 Oct 2009 16:52:06 +0200 arg_types_of auxiliary function; using multiset operations
haftmann [Thu, 22 Oct 2009 16:52:06 +0200] rev 33077
arg_types_of auxiliary function; using multiset operations
Fri, 23 Oct 2009 06:53:50 +0200 merged
haftmann [Fri, 23 Oct 2009 06:53:50 +0200] rev 33076
merged
Thu, 22 Oct 2009 16:50:24 +0200 close thm derivations explicitly
haftmann [Thu, 22 Oct 2009 16:50:24 +0200] rev 33075
close thm derivations explicitly
Fri, 23 Oct 2009 09:20:22 +1100 Fix a duplicate abbreviation || in etc/symbols.
tbourke [Fri, 23 Oct 2009 09:20:22 +1100] rev 33074
Fix a duplicate abbreviation || in etc/symbols.
Thu, 22 Oct 2009 17:54:47 +0200 made SML/NJ happy;
wenzelm [Thu, 22 Oct 2009 17:54:47 +0200] rev 33073
made SML/NJ happy;
Thu, 22 Oct 2009 17:09:29 +0200 updated session name;
wenzelm [Thu, 22 Oct 2009 17:09:29 +0200] rev 33072
updated session name;
Thu, 22 Oct 2009 15:50:12 +0200 renamed f_inv_onto_f to f_inv_into_f (cf. 764547b68538);
wenzelm [Thu, 22 Oct 2009 15:50:12 +0200] rev 33071
renamed f_inv_onto_f to f_inv_into_f (cf. 764547b68538);
Thu, 22 Oct 2009 15:26:15 +0200 merged
wenzelm [Thu, 22 Oct 2009 15:26:15 +0200] rev 33070
merged
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
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip