wenzelm [Mon, 09 Sep 2024 11:21:48 +0200] rev 80822
clarified modules (see also ea7c2ee8a47a);
wenzelm [Mon, 09 Sep 2024 11:12:13 +0200] rev 80821
clarified signature: more explicit type "ops";
wenzelm [Fri, 06 Sep 2024 20:31:20 +0200] rev 80820
more thorough Protocol_Message.clean_output, following Isabelle/Scala;
wenzelm [Fri, 06 Sep 2024 19:17:29 +0200] rev 80819
more accurate output, following 3f02bc5a5a03;
wenzelm [Fri, 06 Sep 2024 19:08:44 +0200] rev 80818
clarified signature;
wenzelm [Fri, 06 Sep 2024 15:59:48 +0200] rev 80817
clarified signature;
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;