src/HOL/Tools/inductive.ML
changeset 82587 7415414bd9d8
parent 82317 231b6d8231c6
child 82643 f1c14af17591
--- a/src/HOL/Tools/inductive.ML	Fri Apr 25 09:46:21 2025 +0200
+++ b/src/HOL/Tools/inductive.ML	Fri Apr 25 11:22:25 2025 +0200
@@ -241,7 +241,7 @@
           map (Pretty.mark_str o #1)
             (Name_Space.markup_entries verbose ctxt space consts))),
      Pretty.big_list "monotonicity rules:" (map (Thm.pretty_thm_item ctxt) monos)]
-  end |> Pretty.writeln_chunks;
+  end |> Pretty.chunks |> Pretty.writeln;
 
 
 (* inductive info *)