Sat, 08 Nov 2014 22:10:16 +0100 removed obsolete global-only options, which did not work out anyway (due to complexity of local_theory sandwich);
wenzelm [Sat, 08 Nov 2014 22:10:16 +0100] rev 58951
removed obsolete global-only options, which did not work out anyway (due to complexity of local_theory sandwich);
Sat, 08 Nov 2014 21:31:51 +0100 optional proof context for unify operations, for the sake of proper local options;
wenzelm [Sat, 08 Nov 2014 21:31:51 +0100] rev 58950
optional proof context for unify operations, for the sake of proper local options;
Sat, 08 Nov 2014 17:39:01 +0100 clarified name of Type.unified, to emphasize its connection to the "unify" family;
wenzelm [Sat, 08 Nov 2014 17:39:01 +0100] rev 58949
clarified name of Type.unified, to emphasize its connection to the "unify" family; tuned low-level operation;
Sat, 08 Nov 2014 16:55:41 +0100 proper Envir.norm_type for result of Type.raw_unifys;
wenzelm [Sat, 08 Nov 2014 16:55:41 +0100] rev 58948
proper Envir.norm_type for result of Type.raw_unifys;
Sat, 08 Nov 2014 16:42:04 +0100 avoid slow metis proof;
wenzelm [Sat, 08 Nov 2014 16:42:04 +0100] rev 58947
avoid slow metis proof;
Sat, 08 Nov 2014 16:35:24 +0100 proper Envir.norm_type for result of Unify.unifiers (amending 479832ff2d29 from 20 years ago);
wenzelm [Sat, 08 Nov 2014 16:35:24 +0100] rev 58946
proper Envir.norm_type for result of Unify.unifiers (amending 479832ff2d29 from 20 years ago);
Sat, 08 Nov 2014 15:45:00 +0100 tuned;
wenzelm [Sat, 08 Nov 2014 15:45:00 +0100] rev 58945
tuned;
Sat, 08 Nov 2014 15:44:41 +0100 updated some sledgehammer proofs -- much faster;
wenzelm [Sat, 08 Nov 2014 15:44:41 +0100] rev 58944
updated some sledgehammer proofs -- much faster;
Sat, 08 Nov 2014 15:40:29 +0100 updated sledgehammer proof after breakdown of metis (exception Type.TUNIFY);
wenzelm [Sat, 08 Nov 2014 15:40:29 +0100] rev 58943
updated sledgehammer proof after breakdown of metis (exception Type.TUNIFY);
Sat, 08 Nov 2014 15:01:05 +0100 recovered type matching, which was broken in 8a765db7e0f8 (see also 8a765db7e0f8, 2db1d3d2ed54);
wenzelm [Sat, 08 Nov 2014 15:01:05 +0100] rev 58942
recovered type matching, which was broken in 8a765db7e0f8 (see also 8a765db7e0f8, 2db1d3d2ed54); NB: "match" operates on direct substitution without variable chasing, in contrast to "unify" (and Unify.matches!) which work on cascaded env;
Sat, 08 Nov 2014 12:15:40 +0100 more direct type equality;
wenzelm [Sat, 08 Nov 2014 12:15:40 +0100] rev 58941
more direct type equality;
Sat, 08 Nov 2014 09:19:57 +0100 reverted commit accident from 994fe0ba8335
haftmann [Sat, 08 Nov 2014 09:19:57 +0100] rev 58940
reverted commit accident from 994fe0ba8335
Sat, 08 Nov 2014 09:16:47 +0100 less space-wasting serialization setup: highest cell of array has been unused so far
haftmann [Sat, 08 Nov 2014 09:16:47 +0100] rev 58939
less space-wasting serialization setup: highest cell of array has been unused so far
Fri, 07 Nov 2014 23:35:13 +0100 tuned outline;
wenzelm [Fri, 07 Nov 2014 23:35:13 +0100] rev 58938
tuned outline;
Fri, 07 Nov 2014 22:33:54 +0100 tuned syntax -- separate tokens;
wenzelm [Fri, 07 Nov 2014 22:33:54 +0100] rev 58937
tuned syntax -- separate tokens;
Fri, 07 Nov 2014 22:15:51 +0100 eliminated pointless check -- command definitions are subject to theory context;
wenzelm [Fri, 07 Nov 2014 22:15:51 +0100] rev 58936
eliminated pointless check -- command definitions are subject to theory context;
Fri, 07 Nov 2014 20:43:13 +0100 merged
wenzelm [Fri, 07 Nov 2014 20:43:13 +0100] rev 58935
merged
Fri, 07 Nov 2014 20:06:18 +0100 prefer externally provided keywords -- Command.read_thy may degenerate to bootstrap_thy in case of errors;
wenzelm [Fri, 07 Nov 2014 20:06:18 +0100] rev 58934
prefer externally provided keywords -- Command.read_thy may degenerate to bootstrap_thy in case of errors; tuned message;
Fri, 07 Nov 2014 19:47:05 +0100 tuned markup;
wenzelm [Fri, 07 Nov 2014 19:47:05 +0100] rev 58933
tuned markup;
Fri, 07 Nov 2014 17:43:50 +0100 tuned;
wenzelm [Fri, 07 Nov 2014 17:43:50 +0100] rev 58932
tuned;
Fri, 07 Nov 2014 17:31:01 +0100 clarified keyword categories;
wenzelm [Fri, 07 Nov 2014 17:31:01 +0100] rev 58931
clarified keyword categories; tuned;
Fri, 07 Nov 2014 16:55:09 +0100 tuned signature;
wenzelm [Fri, 07 Nov 2014 16:55:09 +0100] rev 58930
tuned signature;
Fri, 07 Nov 2014 16:51:36 +0100 tuned;
wenzelm [Fri, 07 Nov 2014 16:51:36 +0100] rev 58929
tuned;
Fri, 07 Nov 2014 16:36:55 +0100 plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
wenzelm [Fri, 07 Nov 2014 16:36:55 +0100] rev 58928
plain value Keywords.keywords, which might be used outside theory for bootstrap purposes; plain value Outer_Syntax within theory: parsing requires current theory context; clarified name of Keyword.is_literal according to its semantics; eliminated pointless type Keyword.T; simplified @{command_spec}; clarified bootstrap keywords and syntax: take it as basis instead of side-branch;
Fri, 07 Nov 2014 16:22:25 +0100 proper import for command 'permanent_interpretation';
wenzelm [Fri, 07 Nov 2014 16:22:25 +0100] rev 58927
proper import for command 'permanent_interpretation';
Fri, 07 Nov 2014 16:13:05 +0100 proper import of Main: BNF_Least_Fixpoint does not "contain pretty much everything", especially it lacks the 'value' command, which is defined *after* theory List;
wenzelm [Fri, 07 Nov 2014 16:13:05 +0100] rev 58926
proper import of Main: BNF_Least_Fixpoint does not "contain pretty much everything", especially it lacks the 'value' command, which is defined *after* theory List;
Fri, 07 Nov 2014 15:19:30 +0100 more accurate keywords;
wenzelm [Fri, 07 Nov 2014 15:19:30 +0100] rev 58925
more accurate keywords;
Thu, 06 Nov 2014 16:10:33 +0100 tuned signature;
wenzelm [Thu, 06 Nov 2014 16:10:33 +0100] rev 58924
tuned signature;
Thu, 06 Nov 2014 15:47:04 +0100 more explicit Keyword.keywords;
wenzelm [Thu, 06 Nov 2014 15:47:04 +0100] rev 58923
more explicit Keyword.keywords;
Thu, 06 Nov 2014 15:42:34 +0100 proper Keyword.keywords (cf. 82a71046dce8);
wenzelm [Thu, 06 Nov 2014 15:42:34 +0100] rev 58922
proper Keyword.keywords (cf. 82a71046dce8);
Thu, 06 Nov 2014 15:05:15 +0100 prefer explicit Keyword.keywords (cf. 82a71046dce8);
wenzelm [Thu, 06 Nov 2014 15:05:15 +0100] rev 58921
prefer explicit Keyword.keywords (cf. 82a71046dce8);
Thu, 06 Nov 2014 13:44:14 +0100 tuned signature;
wenzelm [Thu, 06 Nov 2014 13:44:14 +0100] rev 58920
tuned signature;
Thu, 06 Nov 2014 13:36:19 +0100 prefer explicit Keyword.keywords;
wenzelm [Thu, 06 Nov 2014 13:36:19 +0100] rev 58919
prefer explicit Keyword.keywords;
Thu, 06 Nov 2014 11:44:41 +0100 simplified keyword kinds;
wenzelm [Thu, 06 Nov 2014 11:44:41 +0100] rev 58918
simplified keyword kinds; more explicit bootstrap syntax;
Fri, 07 Nov 2014 15:40:08 +0000 Tidying up. Removing unnecessary conditions from some theorems.
paulson <lp15@cam.ac.uk> [Fri, 07 Nov 2014 15:40:08 +0000] rev 58917
Tidying up. Removing unnecessary conditions from some theorems.
Fri, 07 Nov 2014 11:28:37 +0100 more complete fp_sugars for sum and prod;
traytel [Fri, 07 Nov 2014 11:28:37 +0100] rev 58916
more complete fp_sugars for sum and prod; tuned; removed theorem duplicates; removed obsolete Lifting_{Option,Product,Sum} theories
Fri, 07 Nov 2014 12:24:56 +0100 document '*_transfer' attribute
desharna [Fri, 07 Nov 2014 12:24:56 +0100] rev 58915
document '*_transfer' attribute
Fri, 07 Nov 2014 11:52:56 +0100 document 'size_neq'
desharna [Fri, 07 Nov 2014 11:52:56 +0100] rev 58914
document 'size_neq'
Fri, 07 Nov 2014 11:52:54 +0100 generate 'size_neq' for datatypes
desharna [Fri, 07 Nov 2014 11:52:54 +0100] rev 58913
generate 'size_neq' for datatypes
Thu, 06 Nov 2014 15:21:59 +0100 fix 'unfla' function
desharna [Thu, 06 Nov 2014 15:21:59 +0100] rev 58912
fix 'unfla' function
Wed, 05 Nov 2014 20:59:24 +0100 proper oriented equivalence of dvd predicate and mod
haftmann [Wed, 05 Nov 2014 20:59:24 +0100] rev 58911
proper oriented equivalence of dvd predicate and mod
Wed, 05 Nov 2014 22:39:49 +0100 merged
wenzelm [Wed, 05 Nov 2014 22:39:49 +0100] rev 58910
merged
Wed, 05 Nov 2014 22:37:14 +0100 more symbols;
wenzelm [Wed, 05 Nov 2014 22:37:14 +0100] rev 58909
more symbols;
Wed, 05 Nov 2014 22:17:05 +0100 tuned signature;
wenzelm [Wed, 05 Nov 2014 22:17:05 +0100] rev 58908
tuned signature;
Wed, 05 Nov 2014 21:59:21 +0100 more uniform header_keywords in ML/Scala;
wenzelm [Wed, 05 Nov 2014 21:59:21 +0100] rev 58907
more uniform header_keywords in ML/Scala; tuned signature;
Wed, 05 Nov 2014 21:21:15 +0100 tuned;
wenzelm [Wed, 05 Nov 2014 21:21:15 +0100] rev 58906
tuned;
Wed, 05 Nov 2014 21:10:38 +0100 more frugal keywords;
wenzelm [Wed, 05 Nov 2014 21:10:38 +0100] rev 58905
more frugal keywords;
Wed, 05 Nov 2014 20:49:30 +0100 eliminated pointless dynamic keywords (TTY legacy);
wenzelm [Wed, 05 Nov 2014 20:49:30 +0100] rev 58904
eliminated pointless dynamic keywords (TTY legacy);
Wed, 05 Nov 2014 20:20:57 +0100 explicit type Keyword.keywords;
wenzelm [Wed, 05 Nov 2014 20:20:57 +0100] rev 58903
explicit type Keyword.keywords; tuned signature;
Wed, 05 Nov 2014 20:05:32 +0100 tuned;
wenzelm [Wed, 05 Nov 2014 20:05:32 +0100] rev 58902
tuned;
Wed, 05 Nov 2014 17:37:25 +0100 clarified representation of type Keywords;
wenzelm [Wed, 05 Nov 2014 17:37:25 +0100] rev 58901
clarified representation of type Keywords; tuned signature;
Wed, 05 Nov 2014 16:57:12 +0100 explicit type Keyword.Keywords;
wenzelm [Wed, 05 Nov 2014 16:57:12 +0100] rev 58900
explicit type Keyword.Keywords;
Wed, 05 Nov 2014 15:32:11 +0100 clarified minor/major lexicon (like ML version);
wenzelm [Wed, 05 Nov 2014 15:32:11 +0100] rev 58899
clarified minor/major lexicon (like ML version);
Wed, 05 Nov 2014 19:43:17 +0100 reduced execution time
nipkow [Wed, 05 Nov 2014 19:43:17 +0100] rev 58898
reduced execution time
Tue, 04 Nov 2014 18:19:38 +0100 proper button margins for Nimbus L&F;
wenzelm [Tue, 04 Nov 2014 18:19:38 +0100] rev 58897
proper button margins for Nimbus L&F; properties are sorted when saved;
Tue, 04 Nov 2014 17:37:15 +0100 approximative update of versions;
wenzelm [Tue, 04 Nov 2014 17:37:15 +0100] rev 58896
approximative update of versions;
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 tip