Http_api.Signed_routemodule type Signer = sig ... endmodule type S = sig ... endmodule Make
(C : Signer)
(E : sig ... end) :
S
with type Request.t = E.Request.t
and type Response.t = E.Response.t
and type Response.Error.t = E.Response.Error.t
and type Signer.t := C.t