haftmann [Thu, 06 May 2010 17:09:18 +0200] rev 36711
tuned whitespace
haftmann [Thu, 06 May 2010 17:06:47 +0200] rev 36710
tuned headings
haftmann [Thu, 06 May 2010 17:02:34 +0200] rev 36709
avoid open
haftmann [Thu, 06 May 2010 17:00:46 +0200] rev 36708
tuned internal structure
haftmann [Thu, 06 May 2010 16:57:59 +0200] rev 36707
fail on merge of conflicting normalization entries: functions are not mergable
haftmann [Thu, 06 May 2010 16:57:28 +0200] rev 36706
more canonical data administration
haftmann [Thu, 06 May 2010 16:53:35 +0200] rev 36705
removed former algebra presimpset entirely
haftmann [Thu, 06 May 2010 16:50:26 +0200] rev 36704
removed former algebra presimpset from accessor
haftmann [Thu, 06 May 2010 16:41:14 +0200] rev 36703
removed former algebra presimpset from signature
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;