more redable Document.Node.toString;
authorwenzelm
Thu, 01 Sep 2011 22:29:57 +0200
changeset 44642 446fe2abe252
parent 44641 101c117494cd
child 44643 9987ae55e17b
more redable Document.Node.toString;
src/Pure/PIDE/document.scala
--- a/src/Pure/PIDE/document.scala	Thu Sep 01 16:58:41 2011 +0200
+++ b/src/Pure/PIDE/document.scala	Thu Sep 01 22:29:57 2011 +0200
@@ -47,6 +47,7 @@
           case other: Name => node == other.node
           case _ => false
         }
+      override def toString: String = theory
     }
 
     sealed abstract class Edit[A, B]