wenzelm [Sat, 08 May 2010 19:18:28 +0200] rev 36746
tuned error message: regular Pretty.string_of instead of raw Pretty.output;
wenzelm [Sat, 08 May 2010 19:14:13 +0200] rev 36745
unified/simplified Pretty.margin_default;
discontinued special Pretty.setmargin etc;
explicit margin argument for Pretty.string_of_margin etc.;
wenzelm [Sat, 08 May 2010 16:53:53 +0200] rev 36744
renamed Thm.get_name -> Thm.derivation_name and Thm.put_name -> Thm.name_derivation, to emphasize the true nature of these operations;
wenzelm [Sat, 08 May 2010 17:10:27 +0200] rev 36743
prefer Thm.get_name_hint, which is closer to a user-space idea of "theorem name";
wenzelm [Sat, 08 May 2010 16:24:44 +0200] rev 36742
tuned signature;
wenzelm [Sat, 08 May 2010 16:03:09 +0200] rev 36741
added of_sort_proof according to krauss/schropp, with slightly more direct canonical_instance;
wenzelm [Sat, 08 May 2010 15:24:59 +0200] rev 36740
back-patching of axclass proofs;
wenzelm [Sat, 08 May 2010 14:41:23 +0200] rev 36739
back-patching via Single_Assignment.var;
wenzelm [Fri, 07 May 2010 23:44:10 +0200] rev 36738
support several sidekick parsers -- very basic default parser;
wenzelm [Fri, 07 May 2010 22:38:13 +0200] rev 36737
sidekick: unformatted content, notably without newlines;
wenzelm [Fri, 07 May 2010 22:27:28 +0200] rev 36736
unformatted output;
wenzelm [Fri, 07 May 2010 22:00:23 +0200] rev 36735
output symbolic pretty printing markup and format in the front end;
wenzelm [Fri, 07 May 2010 20:57:37 +0200] rev 36734
Pretty.formatted operates directly on XML trees, treating XML.Elem like a pro-forma block of indentation 0, like the ML version;
tuned;
wenzelm [Fri, 07 May 2010 20:16:46 +0200] rev 36733
tuned;
wenzelm [Fri, 07 May 2010 19:50:50 +0200] rev 36732
strip_shyps_proof: dummy TFrees are called "'dummy" as in del_conflicting_tvars below;
wenzelm [Fri, 07 May 2010 17:03:06 +0200] rev 36731
use existing undefined function;
wenzelm [Fri, 07 May 2010 15:12:53 +0200] rev 36730
merged
krauss [Fri, 07 May 2010 15:03:57 +0200] rev 36729
removed semicolons
krauss [Fri, 07 May 2010 15:03:53 +0200] rev 36728
rule subrelI (for nice Isar proofs of relation inequalities)
wenzelm [Fri, 07 May 2010 14:47:09 +0200] rev 36727
merged
haftmann [Fri, 07 May 2010 09:59:59 +0200] rev 36726
merged
haftmann [Fri, 07 May 2010 09:59:24 +0200] rev 36725
prefix normalizing replaces class_semiring
haftmann [Thu, 06 May 2010 23:37:07 +0200] rev 36724
xsymbolized
haftmann [Thu, 06 May 2010 23:11:58 +0200] rev 36723
moved method syntax here
haftmann [Thu, 06 May 2010 23:11:58 +0200] rev 36722
tuned proof
haftmann [Thu, 06 May 2010 23:11:57 +0200] rev 36721
former free-floating field_comp_conv now in structure Normalizer
haftmann [Thu, 06 May 2010 23:11:57 +0200] rev 36720
proper sublocales; no free-floating ML sections
haftmann [Thu, 06 May 2010 23:11:56 +0200] rev 36719
moved some lemmas from Groebner_Basis here