equal
deleted
inserted
replaced
808 case Session.Terminated(result) => result |
808 case Session.Terminated(result) => result |
809 case phase => error("Bad session phase after shutdown: " + quote(phase.print)) |
809 case phase => error("Bad session phase after shutdown: " + quote(phase.print)) |
810 } |
810 } |
811 } |
811 } |
812 |
812 |
|
813 def system_output(text: String): Unit = |
|
814 manager.send(new Prover.System_Output(text)) |
|
815 |
813 def protocol_command_raw(name: String, args: List[Bytes]): Unit = |
816 def protocol_command_raw(name: String, args: List[Bytes]): Unit = |
814 manager.send(Protocol_Command_Raw(name, args)) |
817 manager.send(Protocol_Command_Raw(name, args)) |
815 |
818 |
816 def protocol_command_args(name: String, args: List[XML.Body]): Unit = |
819 def protocol_command_args(name: String, args: List[XML.Body]): Unit = |
817 manager.send(Protocol_Command_Args(name, args)) |
820 manager.send(Protocol_Command_Args(name, args)) |