src/Pure/ROOT.scala
changeset 78593 55ca7578d3e9
parent 78198 c268def0784b
child 78620 6a9c5ea774e8
--- a/src/Pure/ROOT.scala	Tue Aug 29 12:53:28 2023 +0200
+++ b/src/Pure/ROOT.scala	Tue Aug 29 13:05:32 2023 +0200
@@ -29,3 +29,4 @@
   def if_proper[A](x: Iterable[A], body: => String): String = Library.if_proper(x, body)
   def if_proper(b: Boolean, body: => String): String = Library.if_proper(b, body)
 }
+