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;
wenzelm [Tue, 11 Mar 2014 21:58:41 +0100] rev 56055
slightly more rubust (and opportunistic) exit for old-fashioned theory_to_proof, which is used by global 'sublocale' with Named_Target.init but without proper exit;
wenzelm [Tue, 11 Mar 2014 18:36:17 +0100] rev 56054
more standard internal data integrity;
wenzelm [Tue, 11 Mar 2014 18:26:47 +0100] rev 56053
tables with changes relative to some common base version -- support for efficient join/merge of big global tables with small local updates;
wenzelm [Tue, 11 Mar 2014 14:28:39 +0100] rev 56052
tuned signature;
wenzelm [Tue, 11 Mar 2014 13:58:22 +0100] rev 56051
tuned comment;
wenzelm [Tue, 11 Mar 2014 10:14:45 +0100] rev 56050
minor performance tuning via fast matching filter;
blanchet [Tue, 11 Mar 2014 17:18:42 +0100] rev 56049
added missing theorems to unfolding set
blanchet [Tue, 11 Mar 2014 17:18:41 +0100] rev 56048
moved 'Quickcheck_Narrowing' further down the theory graph
blanchet [Tue, 11 Mar 2014 17:18:39 +0100] rev 56047
make it possible to load Quickcheck exhaustive & narrowing in parallel
blanchet [Tue, 11 Mar 2014 15:34:38 +0100] rev 56046
full path
hoelzl [Tue, 11 Mar 2014 11:32:32 +0100] rev 56045
measurable_lfp/gfp: indirection not necessary
wenzelm [Mon, 10 Mar 2014 23:03:51 +0100] rev 56044
merged