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;