author | wenzelm |
Mon, 02 Jan 2023 15:30:57 +0100 | |
changeset 76869 | 9ed58e165110 |
parent 76868 | 2329e106cfcd |
child 76870 | c6cdf2a641f4 |
--- a/src/Pure/Thy/sessions.scala Mon Jan 02 15:28:33 2023 +0100 +++ b/src/Pure/Thy/sessions.scala Mon Jan 02 15:30:57 2023 +0100 @@ -64,6 +64,8 @@ body: Bytes, cache: Compress.Cache ) { + override def toString: String = name + def bytes: Bytes = if (compressed) body.uncompress(cache = cache) else body def text: String = bytes.text }