src/Pure/ROOT.scala
changeset 81602 3b93da12e9bd
parent 81456 b29b72f64a6c
child 81604 707c247194be
--- a/src/Pure/ROOT.scala	Mon Dec 16 12:55:39 2024 +0100
+++ b/src/Pure/ROOT.scala	Mon Dec 16 13:08:32 2024 +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)
 }
+