diff -r 842dd262540b -r 67fb92378224 src/Pure/PIDE/protocol_handlers.scala --- a/src/Pure/PIDE/protocol_handlers.scala Sat Jun 20 14:36:27 2020 +0200 +++ b/src/Pure/PIDE/protocol_handlers.scala Sat Jun 20 15:09:20 2020 +0200 @@ -16,7 +16,7 @@ sealed case class State( session: Session, handlers: Map[String, Session.Protocol_Handler] = Map.empty, - functions: Map[String, Prover.Protocol_Output => Boolean] = Map.empty) + functions: Map[String, Session.Protocol_Function] = Map.empty) { def get(name: String): Option[Session.Protocol_Handler] = handlers.get(name)