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;