package rpclib

  1. Overview
  2. Docs
type _ outerfn =
  1. | Function : 'a Idl.Param.t * 'b outerfn -> ('a -> 'b) outerfn
  2. | NoArgsFunction : 'b outerfn -> (unit -> 'b) outerfn
  3. | Returning : ('a Idl.Param.t * 'b Idl.Error.t) -> ('a, 'b) Result.t outerfn
module Method : sig ... end
type boxed_fn =
  1. | BoxedFunction : 'a Method.t -> boxed_fn
module Interface : sig ... end
module Interfaces : sig ... end
exception Interface_not_described
module Gen () : sig ... end