Xs_protocol.PacketStream
module IO : IO
type stream
val make : IO.channel -> stream
val recv : stream -> (t, exn) result IO.t
val send : stream -> t -> unit IO.t