author | wenzelm |
Sat, 20 Aug 2022 12:39:37 +0200 | |
changeset 75918 | 16a53676ebbd |
parent 75917 | 20b918404aa3 |
child 75919 | ccb13acd5283 |
--- a/src/Pure/Thy/export.scala Sat Aug 20 00:24:04 2022 +0200 +++ b/src/Pure/Thy/export.scala Sat Aug 20 12:39:37 2022 +0200 @@ -420,9 +420,9 @@ if matcher(entry_name) entry <- get(entry_name.theory, entry_name.name).iterator } yield File.content(entry.entry_name.make_path(), entry.uncompressed)).toList - } + } - override def toString: String = + override def toString: String = "Export.Session_Context(" + commas_quote(session_stack) + ")" }