src/Pure/PIDE/command.scala
changeset 69634 70f1994988d4
parent 68758 a110e7e24e55
child 69887 b9985133805d
--- a/src/Pure/PIDE/command.scala	Fri Jan 11 16:36:21 2019 +0100
+++ b/src/Pure/PIDE/command.scala	Fri Jan 11 22:34:28 2019 +0100
@@ -79,6 +79,7 @@
 
   final class Exports private(private val rep: SortedMap[Long, Export.Entry])
   {
+    def is_empty: Boolean = rep.isEmpty
     def iterator: Iterator[Exports.Entry] = rep.iterator
 
     def + (entry: Exports.Entry): Exports =