tuned output;
authorwenzelm
Fri, 03 Aug 2018 21:38:54 +0200
changeset 68718 ce18a3924864
parent 68717 54a5043d4cd5
child 68720 1e1818612124
tuned output;
src/Pure/Thy/export_theory.scala
--- a/src/Pure/Thy/export_theory.scala	Fri Aug 03 20:14:13 2018 +0200
+++ b/src/Pure/Thy/export_theory.scala	Fri Aug 03 21:38:54 2018 +0200
@@ -158,7 +158,7 @@
 
   sealed case class Entity(kind: Kind.Value, name: String, serial: Long, pos: Position.T)
   {
-    override def toString: String = kind.toString + quote(name)
+    override def toString: String = kind.toString + " " + quote(name)
 
     def cache(cache: Term.Cache): Entity =
       Entity(kind, cache.string(name), serial, cache.position(pos))