haftmann [Thu, 06 May 2010 16:40:02 +0200] rev 36702
moved presimplification rules for algebraic methods into named thms functor
haftmann [Thu, 06 May 2010 16:32:21 +0200] rev 36701
tuned whitespace; dropped superfluous open
haftmann [Thu, 06 May 2010 16:32:20 +0200] rev 36700
dropped auxiliary method sring_norm; integrated normalizer.ML and normalizer_data.ML
haftmann [Wed, 05 May 2010 16:53:21 +0200] rev 36699
moved nat_arith ot Nat_Numeral: clarified normalizer setup
haftmann [Wed, 05 May 2010 16:46:19 +0200] rev 36698
dropped unused file
haftmann [Wed, 05 May 2010 16:46:18 +0200] rev 36697
dropped Id
huffman [Thu, 06 May 2010 11:08:19 -0700] rev 36696
remove unused constant preal_of_rat; remove several unused lemmas about preals
Cezary Kaliszyk <kaliszyk@in.tum.de> [Thu, 06 May 2010 14:22:05 +0200] rev 36695
respectfullness and preservation of prod_rel
haftmann [Thu, 06 May 2010 10:55:09 +0200] rev 36694
ProofContext.init_global
haftmann [Thu, 06 May 2010 08:44:19 +0200] rev 36693
merged
haftmann [Wed, 05 May 2010 18:25:34 +0200] rev 36692
farewell to old-style mem infixes -- type inference in situations with mem_int and mem_string should provide enough information to resolve the type of (op =)
haftmann [Thu, 06 May 2010 08:43:51 +0200] rev 36691
constant name access lattice is not in use any longer
wenzelm [Thu, 06 May 2010 23:57:55 +0200] rev 36690
uniform treatment of length = 1 for forced breaks, also makes ML/Pretty.length coincide with Scala/XML.content_length;
wenzelm [Thu, 06 May 2010 23:52:20 +0200] rev 36689
replaced slightly odd fbreak markup by plain "\n", which also coincides with regular linebreaks produced outside the ML pretty engine;