blanchet [Thu, 13 Mar 2014 13:18:13 +0100] rev 56079
use 'smt2' in SMT examples as much as currently possible
blanchet [Thu, 13 Mar 2014 13:18:13 +0100] rev 56078
moved 'SMT2' (SMT-LIB-2-based SMT module) into Isabelle
haftmann [Thu, 13 Mar 2014 08:56:08 +0100] rev 56077
tuned proofs
haftmann [Thu, 13 Mar 2014 08:56:08 +0100] rev 56076
dropped redundant theorems
haftmann [Thu, 13 Mar 2014 08:56:08 +0100] rev 56075
tuned
haftmann [Thu, 13 Mar 2014 08:56:07 +0100] rev 56074
monotonicity in complete lattices
nipkow [Thu, 13 Mar 2014 07:07:07 +0100] rev 56073
enhanced simplifier solver for preconditions of rewrite rule, can now deal with conjunctions
wenzelm [Wed, 12 Mar 2014 22:57:50 +0100] rev 56072
tuned signature -- clarified module name;
wenzelm [Wed, 12 Mar 2014 22:44:55 +0100] rev 56071
added ML antiquotation @{here};
wenzelm [Wed, 12 Mar 2014 22:41:04 +0100] rev 56070
ML_Context.check_antiquotation still required;
wenzelm [Wed, 12 Mar 2014 21:58:48 +0100] rev 56069
simplified programming interface to define ML antiquotations -- NB: the transformed context ignores updates of the context parser;
added command 'print_ML_antiquotations';
wenzelm [Wed, 12 Mar 2014 21:29:46 +0100] rev 56068
proper base comparison;
wenzelm [Wed, 12 Mar 2014 21:28:09 +0100] rev 56067
tuned;
wenzelm [Wed, 12 Mar 2014 17:25:28 +0100] rev 56066
tuned proofs;
wenzelm [Wed, 12 Mar 2014 17:02:05 +0100] rev 56065
more explicit markup and explanation of the improper status of 'back', following the AFP style-guide;
wenzelm [Wed, 12 Mar 2014 16:43:17 +0100] rev 56064
clarified Markup.operator vs. Markup.delimiter;
tuned color;
wenzelm [Wed, 12 Mar 2014 16:11:47 +0100] rev 56063
more explicit markup for Token.Literal;
Markup.quasi_keyword for Parse.$$$ -- it is used within Args.syntax as well;
Markup.operator for name of Args.syntax, to override outer keywords like "where";
tuned signature;
wenzelm [Wed, 12 Mar 2014 14:37:14 +0100] rev 56062
tuned signature;
wenzelm [Wed, 12 Mar 2014 14:23:26 +0100] rev 56061
modernized setup;
wenzelm [Wed, 12 Mar 2014 14:22:51 +0100] rev 56060
tuned;
wenzelm [Wed, 12 Mar 2014 14:17:13 +0100] rev 56059
some document antiquotations for Isabelle/jEdit elements;
modernized theory setup;
wenzelm [Wed, 12 Mar 2014 12:18:41 +0100] rev 56058
merged
wenzelm [Wed, 12 Mar 2014 10:42:28 +0100] rev 56057
more explicit Sign.change_check -- detect structural mistakes where they emerge, not at later theory merges;
clarified sublocale_global: proper Local_Theory.exit (see also 8fe7414f00b1);
wenzelm [Tue, 11 Mar 2014 22:49:28 +0100] rev 56056
more efficient local theory operations, by imposing a linear change discipline on the main types/consts tables, in order to speed-up Proof_Context.transfer_syntax required for Local_Theory.raw_theory_result;