Fri, 16 Apr 2010 22:52:49 +0200 updated keywords;
wenzelm [Fri, 16 Apr 2010 22:52:49 +0200] rev 36180
updated keywords;
Fri, 16 Apr 2010 22:45:07 +0200 replaced old Sign.add_tyabbrs(_i) by Sign.add_type_abbrev (without mixfix);
wenzelm [Fri, 16 Apr 2010 22:45:07 +0200] rev 36179
replaced old Sign.add_tyabbrs(_i) by Sign.add_type_abbrev (without mixfix); misc tuning and simplification;
Fri, 16 Apr 2010 22:18:59 +0200 keep localized 'types' as regular non-old-style version -- 'type_abbrev' as 'type' just causes too many problems, e.g. clash with "type" in translations or "type:" argument syntax;
wenzelm [Fri, 16 Apr 2010 22:18:59 +0200] rev 36178
keep localized 'types' as regular non-old-style version -- 'type_abbrev' as 'type' just causes too many problems, e.g. clash with "type" in translations or "type:" argument syntax;
Fri, 16 Apr 2010 22:15:09 +0200 separate commands 'hide_class', 'hide_type', 'hide_const', 'hide_fact';
wenzelm [Fri, 16 Apr 2010 22:15:09 +0200] rev 36177
separate commands 'hide_class', 'hide_type', 'hide_const', 'hide_fact';
Fri, 16 Apr 2010 21:28:09 +0200 replaced generic 'hide' command by more conventional 'hide_class', 'hide_type', 'hide_const', 'hide_fact' -- frees some popular keywords;
wenzelm [Fri, 16 Apr 2010 21:28:09 +0200] rev 36176
replaced generic 'hide' command by more conventional 'hide_class', 'hide_type', 'hide_const', 'hide_fact' -- frees some popular keywords;
Fri, 16 Apr 2010 20:56:40 +0200 allow syntax types within abbreviations;
wenzelm [Fri, 16 Apr 2010 20:56:40 +0200] rev 36175
allow syntax types within abbreviations;
Fri, 16 Apr 2010 20:17:38 +0200 modernized old-style type abbreviations;
wenzelm [Fri, 16 Apr 2010 20:17:38 +0200] rev 36174
modernized old-style type abbreviations;
Fri, 16 Apr 2010 19:58:04 +0200 modernized type abbreviations;
wenzelm [Fri, 16 Apr 2010 19:58:04 +0200] rev 36173
modernized type abbreviations;
Fri, 16 Apr 2010 19:43:06 +0200 local type abbreviations;
wenzelm [Fri, 16 Apr 2010 19:43:06 +0200] rev 36172
local type abbreviations;
Fri, 16 Apr 2010 15:49:46 +0200 merged
blanchet [Fri, 16 Apr 2010 15:49:46 +0200] rev 36171
merged
Fri, 16 Apr 2010 15:49:13 +0200 added original constant names to Sledgehammer internal terms + output short names if "debug" is set (for increased readability)
blanchet [Fri, 16 Apr 2010 15:49:13 +0200] rev 36170
added original constant names to Sledgehammer internal terms + output short names if "debug" is set (for increased readability)
Fri, 16 Apr 2010 14:48:34 +0200 store nonmangled names along with mangled type names in Sledgehammer for debugging purposes
blanchet [Fri, 16 Apr 2010 14:48:34 +0200] rev 36169
store nonmangled names along with mangled type names in Sledgehammer for debugging purposes
Thu, 15 Apr 2010 13:57:17 +0200 give more sensible names to "fol_type" constructors, as requested by a FIXME comment
blanchet [Thu, 15 Apr 2010 13:57:17 +0200] rev 36168
give more sensible names to "fol_type" constructors, as requested by a FIXME comment
Thu, 15 Apr 2010 13:49:46 +0200 make Sledgehammer's output more debugging friendly
blanchet [Thu, 15 Apr 2010 13:49:46 +0200] rev 36167
make Sledgehammer's output more debugging friendly
Fri, 16 Apr 2010 12:51:57 +0200 made SML/NJ happy;
wenzelm [Fri, 16 Apr 2010 12:51:57 +0200] rev 36166
made SML/NJ happy;
Fri, 16 Apr 2010 12:51:37 +0200 proper masking of dummy name_space;
wenzelm [Fri, 16 Apr 2010 12:51:37 +0200] rev 36165
proper masking of dummy name_space;
Fri, 16 Apr 2010 11:40:01 +0200 salvaged some ML functors from decay, which is the natural consequence of lack of formal checking;
wenzelm [Fri, 16 Apr 2010 11:40:01 +0200] rev 36164
salvaged some ML functors from decay, which is the natural consequence of lack of formal checking;
Fri, 16 Apr 2010 11:39:08 +0200 proper checking of ML functors (in Poly/ML 5.2 or later);
wenzelm [Fri, 16 Apr 2010 11:39:08 +0200] rev 36163
proper checking of ML functors (in Poly/ML 5.2 or later); eliminated pathetic comments;
Fri, 16 Apr 2010 10:52:10 +0200 added ML antiquotation @{make_string}, which produces proper pretty printed version in Poly/ML 5.3.0 or later;
wenzelm [Fri, 16 Apr 2010 10:52:10 +0200] rev 36162
added ML antiquotation @{make_string}, which produces proper pretty printed version in Poly/ML 5.3.0 or later;
Fri, 16 Apr 2010 10:15:00 +0200 isatest: improved treatment of local files on atbroy102;
wenzelm [Fri, 16 Apr 2010 10:15:00 +0200] rev 36161
isatest: improved treatment of local files on atbroy102;
Thu, 15 Apr 2010 18:21:05 -0700 add rule deflation_ID to proof script for take + constructor rules
huffman [Thu, 15 Apr 2010 18:21:05 -0700] rev 36160
add rule deflation_ID to proof script for take + constructor rules
Thu, 15 Apr 2010 21:24:00 +0200 more robust record syntax: use Type.raw_match to ignore sort constraints as in regular abbreviations (also note that constraints only affect operations, not types);
wenzelm [Thu, 15 Apr 2010 21:24:00 +0200] rev 36159
more robust record syntax: use Type.raw_match to ignore sort constraints as in regular abbreviations (also note that constraints only affect operations, not types);
Thu, 15 Apr 2010 20:56:04 +0200 HOL record: explicitly allow sort constraints;
wenzelm [Thu, 15 Apr 2010 20:56:04 +0200] rev 36158
HOL record: explicitly allow sort constraints;
Thu, 15 Apr 2010 20:37:27 +0200 misc tuning and simplification;
wenzelm [Thu, 15 Apr 2010 20:37:27 +0200] rev 36157
misc tuning and simplification;
Thu, 15 Apr 2010 20:31:21 +0200 explicit ProofContext.check_tfree;
wenzelm [Thu, 15 Apr 2010 20:31:21 +0200] rev 36156
explicit ProofContext.check_tfree;
Thu, 15 Apr 2010 18:13:25 +0200 merged
wenzelm [Thu, 15 Apr 2010 18:13:25 +0200] rev 36155
merged
Thu, 15 Apr 2010 16:55:12 +0200 Respectfullness and preservation of list_rel
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 15 Apr 2010 16:55:12 +0200] rev 36154
Respectfullness and preservation of list_rel
Thu, 15 Apr 2010 18:09:22 +0200 replaced slightly odd Typedecl.predeclare_constraints by plain declaration of type arguments -- also avoid "recursive" declaration of type constructor, which can cause problems with sequential definitions B.foo = A.foo;
wenzelm [Thu, 15 Apr 2010 18:09:22 +0200] rev 36153
replaced slightly odd Typedecl.predeclare_constraints by plain declaration of type arguments -- also avoid "recursive" declaration of type constructor, which can cause problems with sequential definitions B.foo = A.foo; simplified via ProofContext.check_tfree;
Thu, 15 Apr 2010 18:00:21 +0200 get_sort: suppress dummyS from input;
wenzelm [Thu, 15 Apr 2010 18:00:21 +0200] rev 36152
get_sort: suppress dummyS from input; added check_tvar, check_tfree convenience; tuned;
Thu, 15 Apr 2010 16:58:12 +0200 modernized treatment of sort constraints in specification;
wenzelm [Thu, 15 Apr 2010 16:58:12 +0200] rev 36151
modernized treatment of sort constraints in specification; pass-through type variables as usual as (string * sort) internally -- recovers proper sort handling;
Thu, 15 Apr 2010 16:55:49 +0200 typecopy: observe given sort constraints more precisely;
wenzelm [Thu, 15 Apr 2010 16:55:49 +0200] rev 36150
typecopy: observe given sort constraints more precisely;
Thu, 15 Apr 2010 15:39:50 +0200 inline old Record.read_typ/cert_typ;
wenzelm [Thu, 15 Apr 2010 15:39:50 +0200] rev 36149
inline old Record.read_typ/cert_typ; spelling;
Thu, 15 Apr 2010 15:38:58 +0200 spelling;
wenzelm [Thu, 15 Apr 2010 15:38:58 +0200] rev 36148
spelling;
Thu, 15 Apr 2010 12:27:14 +0200 theory RBT with abstract type of red-black trees backed by implementation RBT_Impl
haftmann [Thu, 15 Apr 2010 12:27:14 +0200] rev 36147
theory RBT with abstract type of red-black trees backed by implementation RBT_Impl
Wed, 14 Apr 2010 22:18:10 +0200 tuned whitespace;
wenzelm [Wed, 14 Apr 2010 22:18:10 +0200] rev 36146
tuned whitespace;
Wed, 14 Apr 2010 22:13:28 +0200 merged
wenzelm [Wed, 14 Apr 2010 22:13:28 +0200] rev 36145
merged
Wed, 14 Apr 2010 21:22:48 +0200 merged
blanchet [Wed, 14 Apr 2010 21:22:48 +0200] rev 36144
merged
Wed, 14 Apr 2010 21:22:13 +0200 added "overlord" option (to get easy access to output files for debugging) + systematically use "raw_goal" rather than an inconsistent mixture
blanchet [Wed, 14 Apr 2010 21:22:13 +0200] rev 36143
added "overlord" option (to get easy access to output files for debugging) + systematically use "raw_goal" rather than an inconsistent mixture
Wed, 14 Apr 2010 18:23:51 +0200 make Sledgehammer "minimize" output less confusing + round up (not down) time limits to nearest second
blanchet [Wed, 14 Apr 2010 18:23:51 +0200] rev 36142
make Sledgehammer "minimize" output less confusing + round up (not down) time limits to nearest second
Wed, 14 Apr 2010 17:10:16 +0200 make Sledgehammer's "timeout" option work for "minimize"
blanchet [Wed, 14 Apr 2010 17:10:16 +0200] rev 36141
make Sledgehammer's "timeout" option work for "minimize"
Wed, 14 Apr 2010 16:50:25 +0200 fixed handling of "sledgehammer_params" that get a default value from Isabelle menu;
blanchet [Wed, 14 Apr 2010 16:50:25 +0200] rev 36140
fixed handling of "sledgehammer_params" that get a default value from Isabelle menu; and added "atp" as alias for "atps"
Wed, 14 Apr 2010 19:46:36 +0200 Spelling error: theroems -> theorems
hoelzl [Wed, 14 Apr 2010 19:46:36 +0200] rev 36139
Spelling error: theroems -> theorems
Wed, 14 Apr 2010 17:50:22 +0200 advertise [rename_abs] attribute in LaTeXsugar -- wish I had known about this earier.
krauss [Wed, 14 Apr 2010 17:50:22 +0200] rev 36138
advertise [rename_abs] attribute in LaTeXsugar -- wish I had known about this earier.
Wed, 14 Apr 2010 16:15:19 +0200 record package: corrected sort handling in type translations to avoid crashes when default sort is changed.
krauss [Wed, 14 Apr 2010 16:15:19 +0200] rev 36137
record package: corrected sort handling in type translations to avoid crashes when default sort is changed. Test case: record 'a T = elem :: 'a defaultsort order term elem (* low-level exception *)
Wed, 14 Apr 2010 22:08:47 +0200 more precise treatment of UNC server prefix, e.g. //foo;
wenzelm [Wed, 14 Apr 2010 22:08:47 +0200] rev 36136
more precise treatment of UNC server prefix, e.g. //foo;
Wed, 14 Apr 2010 22:07:01 +0200 support named_root, which approximates UNC server prefix (for Cygwin);
wenzelm [Wed, 14 Apr 2010 22:07:01 +0200] rev 36135
support named_root, which approximates UNC server prefix (for Cygwin); tuned representation: reversed elements; misc simplification and cleanup;
Wed, 14 Apr 2010 11:24:31 +0200 updated Thm.add_axiom/add_def;
wenzelm [Wed, 14 Apr 2010 11:24:31 +0200] rev 36134
updated Thm.add_axiom/add_def;
Wed, 14 Apr 2010 11:11:23 +0200 adapted PUBLISH_TEST for atbroy102, which only mounts /home/isatest;
wenzelm [Wed, 14 Apr 2010 11:11:23 +0200] rev 36133
adapted PUBLISH_TEST for atbroy102, which only mounts /home/isatest;
Tue, 13 Apr 2010 11:04:27 -0700 bring HOLCF/ex/Domain_Proofs.thy up to date
huffman [Tue, 13 Apr 2010 11:04:27 -0700] rev 36132
bring HOLCF/ex/Domain_Proofs.thy up to date
Tue, 13 Apr 2010 15:30:15 +0200 adapt Refute example to reflect latest soundness fix to Refute
blanchet [Tue, 13 Apr 2010 15:30:15 +0200] rev 36131
adapt Refute example to reflect latest soundness fix to Refute
Tue, 13 Apr 2010 15:16:54 +0200 commented out unsound "lfp"/"gfp" handling + fixed set output syntax;
blanchet [Tue, 13 Apr 2010 15:16:54 +0200] rev 36130
commented out unsound "lfp"/"gfp" handling + fixed set output syntax; the "lfp"/"gfp" bug can be reproduced by looking for a counterexample to lemma "(A \<union> B)^+ = A^+ \<union> B^+" Refute incorrectly finds a countermodel for cardinality 1 (the smallest counterexample requires cardinality 2).
Tue, 13 Apr 2010 14:08:58 +0200 merged
blanchet [Tue, 13 Apr 2010 14:08:58 +0200] rev 36129
merged
Tue, 13 Apr 2010 13:26:06 +0200 make Nitpick output everything to tracing in debug mode;
blanchet [Tue, 13 Apr 2010 13:26:06 +0200] rev 36128
make Nitpick output everything to tracing in debug mode; so that when an exception occurs, I can switch to the tracing window to see what was in the response window before the exception blew everything away
Tue, 13 Apr 2010 13:24:03 +0200 fix bug in Nitpick's handling of "<" (exposed by "GCD.setprod_coprime_int")
blanchet [Tue, 13 Apr 2010 13:24:03 +0200] rev 36127
fix bug in Nitpick's handling of "<" (exposed by "GCD.setprod_coprime_int")
Tue, 13 Apr 2010 11:43:11 +0200 cosmetics
blanchet [Tue, 13 Apr 2010 11:43:11 +0200] rev 36126
cosmetics
Tue, 13 Apr 2010 11:54:05 +0200 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 13 Apr 2010 11:54:05 +0200] rev 36125
merge
Tue, 13 Apr 2010 11:40:55 +0200 merge
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 13 Apr 2010 11:40:55 +0200] rev 36124
merge
Tue, 13 Apr 2010 11:40:03 +0200 add If respectfullness and preservation to Quotient package database
Cezary Kaliszyk <kaliszyk@in.tum.de> [Tue, 13 Apr 2010 11:40:03 +0200] rev 36123
add If respectfullness and preservation to Quotient package database
Tue, 13 Apr 2010 11:30:12 +0200 more accurate pattern match
haftmann [Tue, 13 Apr 2010 11:30:12 +0200] rev 36122
more accurate pattern match
Tue, 13 Apr 2010 11:13:52 +0200 dropped dead code
haftmann [Tue, 13 Apr 2010 11:13:52 +0200] rev 36121
dropped dead code
Mon, 12 Apr 2010 19:29:16 -0700 update domain package examples
huffman [Mon, 12 Apr 2010 19:29:16 -0700] rev 36120
update domain package examples
Mon, 12 Apr 2010 16:21:27 -0700 remove dead code
huffman [Mon, 12 Apr 2010 16:21:27 -0700] rev 36119
remove dead code
Mon, 12 Apr 2010 16:04:32 -0700 share more code between definitional and axiomatic domain packages
huffman [Mon, 12 Apr 2010 16:04:32 -0700] rev 36118
share more code between definitional and axiomatic domain packages
Mon, 12 Apr 2010 15:05:42 -0700 for axiomatic domain package, declare types and arities in domain_axioms.ML instead of domain_extender.ML
huffman [Mon, 12 Apr 2010 15:05:42 -0700] rev 36117
for axiomatic domain package, declare types and arities in domain_axioms.ML instead of domain_extender.ML
Mon, 12 Apr 2010 13:19:28 +0200 Changed the type of Quot_True, so that it is an HOL constant.
Cezary Kaliszyk <kaliszyk@in.tum.de> [Mon, 12 Apr 2010 13:19:28 +0200] rev 36116
Changed the type of Quot_True, so that it is an HOL constant.
Sun, 11 Apr 2010 17:46:42 +0200 removed rather toyish tree
haftmann [Sun, 11 Apr 2010 17:46:42 +0200] rev 36115
removed rather toyish tree
Sun, 11 Apr 2010 17:40:43 +0200 updated keywords
haftmann [Sun, 11 Apr 2010 17:40:43 +0200] rev 36114
updated keywords
Sun, 11 Apr 2010 16:51:36 +0200 merged
haftmann [Sun, 11 Apr 2010 16:51:36 +0200] rev 36113
merged
Sun, 11 Apr 2010 16:51:07 +0200 user interface for abstract datatypes is an attribute, not a command
haftmann [Sun, 11 Apr 2010 16:51:07 +0200] rev 36112
user interface for abstract datatypes is an attribute, not a command
Sun, 11 Apr 2010 16:51:06 +0200 implementation of mappings by rbts
haftmann [Sun, 11 Apr 2010 16:51:06 +0200] rev 36111
implementation of mappings by rbts
Sun, 11 Apr 2010 16:51:06 +0200 lemma is_empty_empty
haftmann [Sun, 11 Apr 2010 16:51:06 +0200] rev 36110
lemma is_empty_empty
Sun, 11 Apr 2010 16:51:05 +0200 constructor Mapping replaces AList
haftmann [Sun, 11 Apr 2010 16:51:05 +0200] rev 36109
constructor Mapping replaces AList
Sun, 11 Apr 2010 15:42:05 +0200 stay within Local_Defs layer;
wenzelm [Sun, 11 Apr 2010 15:42:05 +0200] rev 36108
stay within Local_Defs layer;
Sun, 11 Apr 2010 15:22:15 +0200 expose foundational typedef axiom name;
wenzelm [Sun, 11 Apr 2010 15:22:15 +0200] rev 36107
expose foundational typedef axiom name;
Sun, 11 Apr 2010 14:30:34 +0200 Thm.add_axiom/add_def: return internal name of foundational axiom;
wenzelm [Sun, 11 Apr 2010 14:30:34 +0200] rev 36106
Thm.add_axiom/add_def: return internal name of foundational axiom;
Sun, 11 Apr 2010 14:06:35 +0200 modernized datatype constructors;
wenzelm [Sun, 11 Apr 2010 14:06:35 +0200] rev 36105
modernized datatype constructors;
Sun, 11 Apr 2010 14:04:10 +0200 of_sort_derivation: weaken bypasses derivation for identical sort -- accomodate proof terms by krauss/schropp, for example;
wenzelm [Sun, 11 Apr 2010 14:04:10 +0200] rev 36104
of_sort_derivation: weaken bypasses derivation for identical sort -- accomodate proof terms by krauss/schropp, for example;
Sun, 11 Apr 2010 13:13:23 +0200 tuned;
wenzelm [Sun, 11 Apr 2010 13:13:23 +0200] rev 36103
tuned;
Sun, 11 Apr 2010 13:08:14 +0200 of_sort_derivation: pass-through full type information -- following the version by krauss/schropp;
wenzelm [Sun, 11 Apr 2010 13:08:14 +0200] rev 36102
of_sort_derivation: pass-through full type information -- following the version by krauss/schropp;
Fri, 09 Apr 2010 13:35:54 +0200 include JEDIT_APPLE_PROPERTIES by default;
wenzelm [Fri, 09 Apr 2010 13:35:54 +0200] rev 36101
include JEDIT_APPLE_PROPERTIES by default;
Fri, 09 Apr 2010 11:35:50 +0200 isatest: more uniform setup for Unix vs. Cygwin;
wenzelm [Fri, 09 Apr 2010 11:35:50 +0200] rev 36100
isatest: more uniform setup for Unix vs. Cygwin;
Thu, 08 Apr 2010 22:39:06 +0200 added missing case: meta universal quantifier
boehmes [Thu, 08 Apr 2010 22:39:06 +0200] rev 36099
added missing case: meta universal quantifier
Thu, 08 Apr 2010 08:17:27 +0200 added imperative SAT checker; improved headers of example files; adopted IsaMakefile
bulwahn [Thu, 08 Apr 2010 08:17:27 +0200] rev 36098
added imperative SAT checker; improved headers of example files; adopted IsaMakefile
Wed, 07 Apr 2010 22:22:49 +0200 Merged.
ballarin [Wed, 07 Apr 2010 22:22:49 +0200] rev 36097
Merged.
Wed, 07 Apr 2010 19:17:10 +0200 Merged resolving conflicts NEWS and locale.ML.
ballarin [Wed, 07 Apr 2010 19:17:10 +0200] rev 36096
Merged resolving conflicts NEWS and locale.ML.
Fri, 02 Apr 2010 13:33:48 +0200 Proper inheritance of mixins for activated facts and locale dependencies.
ballarin [Fri, 02 Apr 2010 13:33:48 +0200] rev 36095
Proper inheritance of mixins for activated facts and locale dependencies.
Mon, 15 Feb 2010 19:54:54 +0100 Removed obsolete function.
ballarin [Mon, 15 Feb 2010 19:54:54 +0100] rev 36094
Removed obsolete function.
Mon, 15 Feb 2010 01:34:08 +0100 Graceful treatment of non-locale subgoals by methods unfold_locales and intro_locales.
ballarin [Mon, 15 Feb 2010 01:34:08 +0100] rev 36093
Graceful treatment of non-locale subgoals by methods unfold_locales and intro_locales.
Mon, 15 Feb 2010 01:27:06 +0100 Tuned interpretation proofs.
ballarin [Mon, 15 Feb 2010 01:27:06 +0100] rev 36092
Tuned interpretation proofs.
Thu, 11 Feb 2010 21:00:36 +0100 A rough implementation of full mixin inheritance; additional unit tests.
ballarin [Thu, 11 Feb 2010 21:00:36 +0100] rev 36091
A rough implementation of full mixin inheritance; additional unit tests.
Tue, 02 Feb 2010 21:23:20 +0100 Clarified invariant; tuned.
ballarin [Tue, 02 Feb 2010 21:23:20 +0100] rev 36090
Clarified invariant; tuned.
Mon, 01 Feb 2010 21:59:27 +0100 More mixin tests.
ballarin [Mon, 01 Feb 2010 21:59:27 +0100] rev 36089
More mixin tests.
Mon, 01 Feb 2010 21:55:00 +0100 Use serial to be more debug friendly.
ballarin [Mon, 01 Feb 2010 21:55:00 +0100] rev 36088
Use serial to be more debug friendly.
Wed, 07 Apr 2010 20:40:42 +0200 buffered output (faster than direct output)
boehmes [Wed, 07 Apr 2010 20:40:42 +0200] rev 36087
buffered output (faster than direct output)
Wed, 07 Apr 2010 20:40:42 +0200 simplified Cache_IO interface (input is just a string and not already stored in a file)
boehmes [Wed, 07 Apr 2010 20:40:42 +0200] rev 36086
simplified Cache_IO interface (input is just a string and not already stored in a file)
Wed, 07 Apr 2010 20:40:42 +0200 shortened interface (do not export unused options and functions)
boehmes [Wed, 07 Apr 2010 20:40:42 +0200] rev 36085
shortened interface (do not export unused options and functions)
(0) -30000 -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 +30000 tip