wenzelm [Fri, 06 Sep 2024 15:46:51 +0200] rev 80816
misc tuning and clarification;
wenzelm [Fri, 06 Sep 2024 14:47:42 +0200] rev 80815
proper signature (amending 0f820da558f9);
wenzelm [Fri, 06 Sep 2024 14:34:07 +0200] rev 80814
more accurate output: observe depth as in "prune" operation;
wenzelm [Fri, 06 Sep 2024 13:57:06 +0200] rev 80813
clarified signature, following 1f718be3608b: Pretty.str is now value-oriented;
wenzelm [Fri, 06 Sep 2024 13:49:43 +0200] rev 80812
clarified signature and modules;
wenzelm [Fri, 06 Sep 2024 13:19:18 +0200] rev 80811
tuned;
wenzelm [Thu, 05 Sep 2024 21:16:53 +0200] rev 80810
clarified Pretty.T vs. output tree (following Isabelle/Scala): Output.output_width (via print_mode) happens during formatting, instead of construction;
minor performance tuning: omit block_length for Pretty.symbolic and Pretty.unformatted;
wenzelm [Thu, 05 Sep 2024 17:39:45 +0200] rev 80809
clarified signature: type ML_Pretty.pretty coincides with PolyML.pretty;