haftmann [Sat, 08 Nov 2014 16:53:26 +0100] rev 58952
equivalence rules for structures without zero divisors
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);
wenzelm [Sat, 08 Nov 2014 21:31:51 +0100] rev 58950
optional proof context for unify operations, for the sake of proper local options;
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;
wenzelm [Sat, 08 Nov 2014 16:55:41 +0100] rev 58948
proper Envir.norm_type for result of Type.raw_unifys;
wenzelm [Sat, 08 Nov 2014 16:42:04 +0100] rev 58947
avoid slow metis proof;
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);
wenzelm [Sat, 08 Nov 2014 15:45:00 +0100] rev 58945
tuned;
wenzelm [Sat, 08 Nov 2014 15:44:41 +0100] rev 58944
updated some sledgehammer proofs -- much faster;
wenzelm [Sat, 08 Nov 2014 15:40:29 +0100] rev 58943
updated sledgehammer proof after breakdown of metis (exception Type.TUNIFY);
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;
wenzelm [Sat, 08 Nov 2014 12:15:40 +0100] rev 58941
more direct type equality;
haftmann [Sat, 08 Nov 2014 09:19:57 +0100] rev 58940
reverted commit accident from 994fe0ba8335
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
wenzelm [Fri, 07 Nov 2014 23:35:13 +0100] rev 58938
tuned outline;
wenzelm [Fri, 07 Nov 2014 22:33:54 +0100] rev 58937
tuned syntax -- separate tokens;
wenzelm [Fri, 07 Nov 2014 22:15:51 +0100] rev 58936
eliminated pointless check -- command definitions are subject to theory context;
wenzelm [Fri, 07 Nov 2014 20:43:13 +0100] rev 58935
merged
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;
wenzelm [Fri, 07 Nov 2014 19:47:05 +0100] rev 58933
tuned markup;
wenzelm [Fri, 07 Nov 2014 17:43:50 +0100] rev 58932
tuned;
wenzelm [Fri, 07 Nov 2014 17:31:01 +0100] rev 58931
clarified keyword categories;
tuned;
wenzelm [Fri, 07 Nov 2014 16:55:09 +0100] rev 58930
tuned signature;
wenzelm [Fri, 07 Nov 2014 16:51:36 +0100] rev 58929
tuned;
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;
wenzelm [Fri, 07 Nov 2014 16:22:25 +0100] rev 58927
proper import for command 'permanent_interpretation';
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;
wenzelm [Fri, 07 Nov 2014 15:19:30 +0100] rev 58925
more accurate keywords;