Up

Module Responder

Signature

type t = Implementation_types.Implementation.Expert.Responder.t = {
query_id
: Protocol.Query_id.t ;
writer
: Transport.Writer.t ;
mutable responded
: bool ;
}
val sexp_of_t : t -> Sexplib.Sexp.t