package rpclib

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