src/Pure/PIDE/prover.scala
changeset 73712 3eba8d4b624b
parent 73702 7202e12cb324
child 74140 8a5e02ef975c
--- a/src/Pure/PIDE/prover.scala	Mon May 17 13:37:47 2021 +0200
+++ b/src/Pure/PIDE/prover.scala	Mon May 17 13:40:01 2021 +0200
@@ -50,7 +50,7 @@
         kind + " [[" + res + "]]"
       else
         kind + " " +
-          (for ((x, y) <- properties) yield x + "=" + y).mkString("{", ",", "}") + " [[" + res + "]]"
+          (properties.map(Properties.Eq.apply)).mkString("{", ",", "}") + " [[" + res + "]]"
     }
   }