Module Idl.ErrorSource

Sourcetype 'a t = {
  1. def : 'a Rpc.Types.def;
  2. raiser : 'a -> exn;
  3. matcher : exn -> 'a option;
}
Sourcemodule type ERROR = sig ... end
Sourcemodule Make (T : ERROR) : sig ... end