src/HOL/Library/code_lazy.ML
changeset 82587 7415414bd9d8
parent 80636 4041e7c8059d
--- a/src/HOL/Library/code_lazy.ML	Fri Apr 25 09:46:21 2025 +0200
+++ b/src/HOL/Library/code_lazy.ML	Fri Apr 25 11:22:25 2025 +0200
@@ -629,7 +629,7 @@
     fun cmp ((name1, _), (name2, _)) = string_ord (name1, name2)
     val infos = Laziness_Data.get thy |> Symtab.dest |> map (apfst Long_Name.base_name) |> sort cmp
   in
-    Pretty.writeln_chunks (map (print_lazy_type thy) infos)
+    Pretty.writeln (Pretty.chunks (map (print_lazy_type thy) infos))
   end;