wenzelm [Fri, 23 Aug 2013 20:35:50 +0200] rev 53171
added Theory.setup convenience;
wenzelm [Fri, 23 Aug 2013 20:09:34 +0200] rev 53170
more robust ML_Antiquote.variant via Name.desymbolize (which also allows symbolic names, for example);
wenzelm [Fri, 23 Aug 2013 19:53:27 +0200] rev 53169
clarified type ML_Context.antiq: context parser maintains compilation context, declaration is applied to final context;
subtle change of semantics of ML_Context.add_antiq: need to avoid accidental update of context due to concrete syntax parser (cf. Scan.pass);
wenzelm [Fri, 23 Aug 2013 17:01:12 +0200] rev 53168
tuned signature;
wenzelm [Fri, 23 Aug 2013 15:36:54 +0200] rev 53167
discontinued unused antiquotation blocks;
wenzelm [Fri, 23 Aug 2013 15:04:00 +0200] rev 53166
missing ROOT (cf. beb4ee344c22);
wenzelm [Fri, 23 Aug 2013 12:43:16 +0200] rev 53165
more modular setup;
wenzelm [Fri, 23 Aug 2013 12:40:55 +0200] rev 53164
clarified position of Spec_Check for Isabelle/ML -- it is unrelated to Isabelle/HOL;
just one src/Tools/ROOT;
wenzelm [Fri, 23 Aug 2013 12:30:51 +0200] rev 53163
removed unused ML antiquotations @{let}, @{note};
wenzelm [Fri, 23 Aug 2013 11:44:28 +0200] rev 53162
obsolete (see 52790e3961fe);