changeset 81638 | fe7238c01809 |
parent 81605 | 91dacb5b6574 |
child 81640 | c734c2a15e32 |
--- a/src/Pure/ROOT.scala Thu Dec 19 17:01:54 2024 +0000 +++ b/src/Pure/ROOT.scala Thu Dec 19 22:19:27 2024 +0100 @@ -1,5 +1,6 @@ /* Title: Pure/ROOT.scala Author: Makarius + UUID: d4ac0ad0-9374-4722-b755-018dd6dd0e3b Root of isabelle package. */ @@ -29,4 +30,3 @@ 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) } -