Imandra_client_lib.Server_connConnection to the server process
val with_ :
?socket_dir:string ->
?address:string ->
?use_tcp:bool ->
?start_server:bool ->
stop:Switch.t ->
name:string ->
( t -> 'a ) ->
'aval close : t -> unitval active : t -> boolval send_msg : t -> Imandra_protocol.Msg_from_client.t -> unitSend message.
val recv_msg : t -> Imandra_protocol.Msg_from_server.t option