src/Pure/Isar/attrib.ML
changeset 82587 7415414bd9d8
parent 81743 fac2045e61d5
--- a/src/Pure/Isar/attrib.ML	Fri Apr 25 09:46:21 2025 +0200
+++ b/src/Pure/Isar/attrib.ML	Fri Apr 25 11:22:25 2025 +0200
@@ -114,7 +114,7 @@
             (Pretty.mark_str name :: Pretty.str ":" :: Pretty.brk 2 :: Pretty.text comment);
   in
     [Pretty.big_list "attributes:" (map prt_attr (Name_Space.markup_table verbose ctxt attribs))]
-    |> Pretty.writeln_chunks
+    |> Pretty.chunks |> Pretty.writeln
   end;
 
 val attribute_space = Name_Space.space_of_table o Attributes.get;