src/Pure/Thy/export_theory.scala
changeset 75905 2ee3ea69e8f1
parent 75862 186654cd2840
child 76852 2915740fce1f
--- a/src/Pure/Thy/export_theory.scala	Fri Aug 19 15:24:39 2022 +0200
+++ b/src/Pure/Thy/export_theory.scala	Fri Aug 19 16:19:59 2022 +0200
@@ -190,6 +190,7 @@
   ) {
     val kname: String = export_kind_name(kind, name)
     val range: Symbol.Range = Position.Range.unapply(pos).getOrElse(Text.Range.offside)
+    val file: String = Position.File.unapply(pos).getOrElse("")
 
     def export_kind: String = Export_Theory.export_kind(kind)
     override def toString: String = export_kind + " " + quote(name)