Imandra_protocol.Msg_from_servertype t = | Msg_response of {
} | ||
| Msg_action of Action.t list | ||
| Msg_server_query of {
} |
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unitval show : t -> Ppx_deriving_runtime.stringval force_lazy : t -> unitval serialize : t Imandra_util.Serialize.t