module Rpc: sig .. end
sig
end
module type S = sig .. end
module Make: functor (Model : sigval name : stringtype query type response end) -> sig .. end
functor (
Model
:
val name : string
string
type query
type response
) ->
dispatch_multi