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;
wenzelm [Thu, 06 May 2010 23:32:29 +0200] rev 36688
added separate;
wenzelm [Thu, 06 May 2010 23:07:21 +0200] rev 36687
basic formatting of pretty trees;
line-up ML vs. Scala sources;
wenzelm [Thu, 06 May 2010 22:54:25 +0200] rev 36686
added content_length;
wenzelm [Thu, 06 May 2010 21:02:34 +0200] rev 36685
slightly more general Library.chunks;
wenzelm [Thu, 06 May 2010 17:49:57 +0200] rev 36684
misc tuning -- accumulate body via ListBuffer;
wenzelm [Thu, 06 May 2010 16:27:47 +0200] rev 36683
basic support for symbolic pretty printing;
tuned;
wenzelm [Thu, 06 May 2010 15:04:37 +0200] rev 36682
extractors for document updates;
Session.handle_result: use extractors instead of raw patterns -- NB: using mixed patterns of case classes vs. extractors crashes Scala 2.8.1 RC1;
wenzelm [Thu, 06 May 2010 13:41:30 +0200] rev 36681
extractors for outer keyword declarations;
wenzelm [Wed, 05 May 2010 23:55:29 +0200] rev 36680
eliminated deprecated "--" method;
use case classes with copy method for functional record update;
wenzelm [Wed, 05 May 2010 23:41:59 +0200] rev 36679
use IndexedSeq instead of deprecated RandomAccessSeq, which is merely an alias;
wenzelm [Wed, 05 May 2010 23:22:11 +0200] rev 36678
use SwingApplication instead of deprecated GUIApplication;
wenzelm [Wed, 05 May 2010 23:09:34 +0200] rev 36677
simplified via Position extractors;
wenzelm [Wed, 05 May 2010 22:23:45 +0200] rev 36676
some rearrangement of Scala sources;
Cezary Kaliszyk <kaliszyk@in.tum.de> [Wed, 05 May 2010 15:30:01 +0200] rev 36675
fminus and some more theorems ported from Finite_Set.
haftmann [Wed, 05 May 2010 09:24:42 +0200] rev 36674
eq_morphism is always optional: avoid trivial morphism for empty list of equations
haftmann [Wed, 05 May 2010 09:24:41 +0200] rev 36673
tuned whitespace