src/Pure/PIDE/prover.scala
changeset 71969 842dd262540b
parent 71747 1dd514c8c1df
child 73031 f93f0597f4fb
equal deleted inserted replaced
71968:ec0ef3ebe75e 71969:842dd262540b
    75     receiver(new Prover.Output(XML.Elem(Markup(Markup.SYSTEM, Nil), List(XML.Text(text)))))
    75     receiver(new Prover.Output(XML.Elem(Markup(Markup.SYSTEM, Nil), List(XML.Text(text)))))
    76   }
    76   }
    77 
    77 
    78   private def protocol_output(props: Properties.T, bytes: Bytes)
    78   private def protocol_output(props: Properties.T, bytes: Bytes)
    79   {
    79   {
    80     receiver(new Prover.Protocol_Output(props, bytes))
    80     receiver(new Prover.Protocol_Output(xml_cache.props(props), bytes))
    81   }
    81   }
    82 
    82 
    83   private def output(kind: String, props: Properties.T, body: XML.Body)
    83   private def output(kind: String, props: Properties.T, body: XML.Body)
    84   {
    84   {
    85     val main = XML.Elem(Markup(kind, props), Protocol_Message.clean_reports(body))
    85     val main = XML.Elem(Markup(kind, props), Protocol_Message.clean_reports(body))