src/Pure/ROOT.scala
changeset 79013 4fb5e6499da9
parent 78620 6a9c5ea774e8
child 79508 b2861a2c2aa2
--- a/src/Pure/ROOT.scala	Mon Nov 20 15:55:10 2023 +0100
+++ b/src/Pure/ROOT.scala	Mon Nov 20 19:52:46 2023 +0100
@@ -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)
 }
+